Home
last modified time | relevance | path

Searched defs:http_response (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dclient.h105 struct http_response { struct
113 http_response_cb_t cb; argument
144 uint8_t *body_frag_start;
147 size_t body_frag_len;
152 uint8_t *recv_buf;
155 size_t recv_buf_len;
167 size_t data_len;
172 size_t content_length;
179 size_t processed;
191 char http_status[HTTP_STATUS_STR_SIZE];
[all …]
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c86 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http1_500() local
130 char http_response[sizeof(RESPONSE_TEMPLATE) + in handle_http1_static_resource() local
208 char http_response[MAX(sizeof(RESPONSE_TEMPLATE_DYNAMIC_PART1) + sizeof("xxx"), in http1_send_headers() local
499 char http_response[STATIC_FS_RESPONSE_SIZE]; in handle_http1_static_fs_resource() local
Dhttp_server_http2.c380 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http2_500() local