|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | vsf_http_client_req_t |
| class | vsf_http_client_t |
Macros | |
| #define | VSF_HTTP_CLIENT_CFG_BUFFER_SIZE 4096 |
| #define | VSF_HTTP_CLIENT_CFG_USER_AGENT "curl/8.5.0" |
Typedefs | |
| typedef struct vsf_http_client_req_t | vsf_http_client_req_t |
Functions | |
| vsf_declare_class (vsf_http_client_t) class vsf_http_op_t | |
| void | vsf_http_client_close (vsf_http_client_t *http) |
| void | vsf_http_client_init (vsf_http_client_t *http) |
| int | vsf_http_client_request (vsf_http_client_t *http, vsf_http_client_req_t *req) |
| int | vsf_http_client_read (vsf_http_client_t *http, uint8_t *buf, uint16_t len) |
| int | vsf_http_client_write (vsf_http_client_t *http, uint8_t *buf, uint16_t len) |
Variables | |
| const vsf_http_op_t | vsf_mbedtls_http_op |
| #define VSF_HTTP_CLIENT_CFG_BUFFER_SIZE 4096 |
| #define VSF_HTTP_CLIENT_CFG_USER_AGENT "curl/8.5.0" |
| typedef struct vsf_http_client_req_t vsf_http_client_req_t |
| vsf_declare_class | ( | vsf_http_client_t | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |