Open Policy Agent TypeScript Packages
    Preparing search index...
    type HTTPMetadata = {
        request: Request;
        response: Response;
    }
    Index

    Properties

    Properties

    request: Request

    Raw HTTP request; suitable for debugging

    response: Response

    Raw HTTP response; suitable for custom response parsing