Takaro - v0.4.11
    Preparing search index...

    Interface Request

    Request data included in an event as sent to Sentry

    interface Request {
        cookies?: { [key: string]: string };
        data?: any;
        env?: { [key: string]: string };
        headers?: { [key: string]: string };
        method?: string;
        query_string?: QueryParams;
        url?: string;
    }
    Index

    Properties

    cookies?: { [key: string]: string }
    data?: any
    env?: { [key: string]: string }
    headers?: { [key: string]: string }
    method?: string
    query_string?: QueryParams
    url?: string