gremlin
    Preparing search index...

    Type Alias HttpRequest

    type HttpRequest = {
        body: any;
        headers: Record<string, string>;
        method: string;
        url: string;
    }
    Index

    Properties

    Properties

    body: any
    headers: Record<string, string>
    method: string
    url: string