Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_http_params Struct Reference

Keep vector of HTTP parameters to be sent in a request. More...

#include <sol-http.h>

Data Fields

uint16_t api_version
 
struct sol_arenaarena
 arena with copied parameter slices More...
 
struct sol_vector params
 vector of parameters, struct sol_http_param_value More...
 

Detailed Description

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.

Examples:
/src/samples/http/client.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: