Function: noContentHttpResponse()
Function: noContentHttpResponse()
function noContentHttpResponse(headers): OutgoingHttpResponse;
Create a 204(No Content) OutgoingHttpResponse.
Parameters
headers
HeadersType = {}
The headers for the response.
Returns
A new instance of OutgoingHttpResponse.
