Data Fields | |
| enum vtm_http_method | method |
| enum vtm_http_version | version |
| const char * | path |
| vtm_dataset * | headers |
| vtm_dataset * | params |
| void * | con |
| enum vtm_http_method vtm_http_req::method |
method of the request
| enum vtm_http_version vtm_http_req::version |
HTTP version
| const char* vtm_http_req::path |
request path without parameters
| vtm_dataset* vtm_http_req::headers |
headers, keys are case insensitive
| vtm_dataset* vtm_http_req::params |
parameters that were encoded in url
| void* vtm_http_req::con |
internal
1.8.8