http.ql
Represents a single HTTP response.
Constructor | Description |
---|---|
HttpResponse(statusCode, headers, body) | Creates a new HTTP response with the given status code, headers, and body. |
Creates a new HTTP response with the given status code, headers, and body.