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