Type Alias HTTPOptions

HTTPOptions: {
    logRequests?: boolean;
}

The options to customize the service.

Type declaration

  • OptionallogRequests?: boolean

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