output
    Preparing search index...

    Type Alias ResponseOptions

    Controls which response fields are included in the serialized HTTP response.

    type ResponseOptions = {
        includeBody?: boolean;
        includeHeaders?: boolean;
    }
    Index

    Properties

    includeBody?: boolean

    Include the response body in the returned value.

    includeHeaders?: boolean

    Include redacted response headers in the returned value.