Function: jsonpHttpResponse()
Function: jsonpHttpResponse()
function jsonpHttpResponse(
content,
statusCode,
headers): JsonpResponse;
Create a 200(OK) JSONP OutgoingHttpResponse.
Parameters
content
unknown
The content of the response.
statusCode
number
= HTTP_OK
The status code of the response.
headers
HeadersType
= {}
The headers for the response.
Returns
A new instance of JsonpResponse.