# CScriptHTTPRequest
No Description Set
| Function | Description | Client |
|---|---|---|
| bool Send(handle_1) | Send a HTTP request. | ❌ |
| bool SetHTTPRequestAbsoluteTimeoutMS(unsigned_1) | Set the total timeout on the request. | ❌ |
| bool SetHTTPRequestGetOrPostParameter(string_1, string_2) | Set a POST or GET parameter on the request. | ❌ |
| bool SetHTTPRequestHeaderValue(string_1, string_2) | Set a header value on the request. | ❌ |
| bool SetHTTPRequestNetworkActivityTimeout(unsigned_1) | Set the network timeout on the request - this timer is reset when any data is received. | ❌ |
| bool SetHTTPRequestRawPostBody(string_1, string_2) | Set the literal body of a post - invalid after setting a post parameter. | ❌ |