jimpex
    Preparing search index...

    Type Alias HTTPOptions

    The options to customize the service.

    type HTTPOptions = {
        logRequests?: boolean;
    }
    Index

    Properties

    Properties

    logRequests?: boolean

    Whether or not the service should log the requests and their responses.