http.ql
Represents a stateful HTTP client that can send requests and receive responses.
Function | Description |
---|---|
native fun send(request) | Sends an HTTP request and returns the response. |
Sends an HTTP request and returns the response.
request
( HttpRequest )
|
The request to send |
The response to the request