Type alias HTTPOptions

HTTPOptions: {
    logRequests?: boolean;
}

The options to customize the service.

Type declaration

  • Optional logRequests?: boolean

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

Generated using TypeDoc