Searched defs:http_request (Results 1 – 1 of 1) sorted by relevance
230 struct http_request { struct232 struct http_client_internal_data internal;237 enum http_method method;242 http_response_cb_t response;248 const struct http_parser_settings *http_cb;251 uint8_t *recv_buf;254 size_t recv_buf_len;257 const char *url;281 * in http_request is used. The idea of this payload callback is to argument297 * field in http_request is used. The idea of this optional_headers argument[all …]