|
Soletta™ Framework
|
Keep vector of HTTP parameters to be sent in a request. More...
#include <sol-http.h>
Data Fields | |
| uint16_t | api_version |
| struct sol_arena * | arena |
| arena with copied parameter slices More... | |
| struct sol_vector | params |
| vector of parameters, struct sol_http_param_value More... | |
Keep vector of HTTP parameters to be sent in a request.
It's required to make requests, with sol_http_client_request() or sol_http_client_request_with_interface() or to create URIs, with sol_http_create_uri() and variants.
| uint16_t sol_http_params::api_version |
Referenced by sol_http_params_init().
| struct sol_arena* sol_http_params::arena |
arena with copied parameter slices
Referenced by sol_http_params_init().
| struct sol_vector sol_http_params::params |
vector of parameters, struct sol_http_param_value
Referenced by sol_http_params_init().
1.8.6