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