Remix Utils - v9.0.0
    Preparing search index...
    interface Options {
        header?: string;
        limitLength?: number;
        generator?(): string;
    }
    Index

    Properties

    Methods

    Properties

    header?: string

    The name of the header to read the request ID from.

    "X-Request-ID"
    
    limitLength?: number

    The length of the request ID.

    255
    

    Methods