Searched defs:http_request (Results 1 – 1 of 1) sorted by relevance
237 struct http_request { struct239 struct http_client_internal_data internal;244 enum http_method method;249 http_response_cb_t response;255 const struct http_parser_settings *http_cb;258 uint8_t *recv_buf;261 size_t recv_buf_len;264 const char *url;288 * in http_request is used. The idea of this payload callback is to argument304 * field in http_request is used. The idea of this optional_headers argument[all …]