Searched refs:http_response_ctx (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-latest/subsys/net/lib/http/headers/ |
| D | server_internal.h | 56 bool http_response_is_final(struct http_response_ctx *rsp, enum http_data_status status); 57 bool http_response_is_provided(struct http_response_ctx *rsp);
|
| /Zephyr-latest/samples/net/prometheus/src/ |
| D | stats.c | 37 struct http_response_ctx *response_ctx, void *user_data) in stats_handler()
|
| D | main.c | 47 struct http_response_ctx *response_ctx, void *user_data) in dyn_handler()
|
| /Zephyr-latest/samples/net/sockets/http_server/src/ |
| D | main.c | 72 struct http_response_ctx *response_ctx, void *user_data) in echo_handler() 117 struct http_response_ctx *response_ctx, void *user_data) in uptime_handler() 176 struct http_response_ctx *response_ctx, void *user_data) in led_handler()
|
| /Zephyr-latest/include/zephyr/net/http/ |
| D | server.h | 206 struct http_response_ctx { struct 232 struct http_response_ctx *response_ctx, argument
|
| /Zephyr-latest/subsys/net/lib/http/ |
| D | http_server_core.c | 315 struct http_response_ctx response_ctx; in client_release_resources() 889 bool http_response_is_final(struct http_response_ctx *rsp, enum http_data_status status) in http_response_is_final() 903 bool http_response_is_provided(struct http_response_ctx *rsp) in http_response_is_provided()
|
| D | http_server_http1.c | 295 static int http1_dynamic_response(struct http_client_ctx *client, struct http_response_ctx *rsp, in http1_dynamic_response() 347 struct http_response_ctx response_ctx; in dynamic_get_del_req() 391 struct http_response_ctx response_ctx; in dynamic_post_put_req()
|
| D | http_server_http2.c | 560 struct http_response_ctx *rsp, enum http_data_status data_status, in http2_dynamic_response() 627 struct http_response_ctx response_ctx; in dynamic_get_del_req_v2() 680 struct http_response_ctx response_ctx; in dynamic_post_put_req_v2() 1476 struct http_response_ctx response_ctx; in handle_http_frame_headers_end_stream()
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | http_server.rst | 140 struct http_response_ctx *response_ctx, void *user_data) 278 struct http_response_ctx *response_ctx, void *user_data)
|
| /Zephyr-latest/tests/net/lib/http_server/core/src/ |
| D | main.c | 259 struct http_response_ctx *response_ctx, void *user_data) in dynamic_cb() 333 struct http_response_ctx *response_ctx, void *user_data) in dynamic_request_headers_cb() 431 struct http_response_ctx *response_ctx, void *user_data) in dynamic_response_headers_cb()
|