jimpex
    Preparing search index...

    Type Alias GetCustomHeadersFromRequestOptions

    The options for the method that extracts custom headers from a request.

    type GetCustomHeadersFromRequestOptions = {
        includeXForwardedHeaders?: boolean;
    }
    Index

    Properties

    includeXForwardedHeaders?: boolean

    Since the method considers all headers that start with x- as custom headers, setting this to false is the only way to exclude x-forwarded- headers from the list.

    false