Extra FC-specific members.
OptionalbodyThe request body, pre-read by FC.
OptionalclientThe client IP resolved by the FC HTTP trigger.
The request headers (plain object).
The HTTP method.
OptionalpathThe request path without query string.
OptionalqueriesThe parsed query parameters.
OptionalurlThe request path with query string (e.g. /tasks?done=1).
The Alibaba Cloud Function Compute HTTP request (FC 2.0
(req, resp, context)model).FC reads the body for you and hands the handler a plain request object (not a Node stream): the path, method, headers, the client IP, and the body as a
Buffer. Duck-typed here to the members the normalizer uses, so the adapter carries no Alibaba SDK runtime dependency.