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