The Alibaba Cloud Function Compute HTTP response (FC 2.0 imperative response object).
Unlike a Web Response, the FC response is written imperatively: set the status and headers, then send() the body once. Duck-typed to the methods the wrapper calls.
Response
send()
Extra FC-specific members.
Optional
Removes a response header.
Writes the body and completes the response.
Sets a response header (FC accepts an array for multi-value headers like Set-Cookie).
Set-Cookie
Sets the HTTP status code.
The Alibaba Cloud Function Compute HTTP response (FC 2.0 imperative response object).
Unlike a Web
Response, the FC response is written imperatively: set the status and headers, thensend()the body once. Duck-typed to the methods the wrapper calls.