OptionalbodyThe body of the HTTP request (string, possibly base64-encoded).
OptionalheadersThe headers of the HTTP request as key-value pairs (may be null/absent).
OptionalhttpThe HTTP method of the request.
OptionalisIndicates whether the request body is base64-encoded.
OptionalmultiMulti-value headers, when the gateway is configured to emit them.
OptionalmultiMulti-value query parameters, when enabled.
OptionalpathThe path of the HTTP request.
OptionalqueryThe query parameters, as delivered by API Gateway (values string or string[]).
OptionalqueryAlternative single-value query parameters some integrations send.
OptionalrequestThe API Gateway request context.
OptionalhttpMethod?: stringThe HTTP method, when carried on the context rather than the top level.
OptionalsourceIp?: stringThe client source IP.
Represents the Tencent Cloud SCF HTTP event (API Gateway proxy integration).
SCF fronts HTTP with API Gateway, which delivers a single proxy event shape. Every field is optional because a given request may omit some; use normalizeHttpEvent to reduce it to a canonical shape.