Function: okHttpResponse()
Function: okHttpResponse()
function okHttpResponse(content, headers): OutgoingHttpResponse;
Create a 200(OK) OutgoingHttpResponse.
Parameters
content
unknown
The content of the response.
headers
HeadersType
= {}
The headers for the response.
Returns
A new instance of OutgoingHttpResponse.