Home
last modified time | relevance | path

Searched refs:http_request_ctx (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.h18 int ws_echo_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data);
29 int ws_netstats_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data);
Dmain.c71 const struct http_request_ctx *request_ctx, in echo_handler()
116 const struct http_request_ctx *request_ctx, in uptime_handler()
175 const struct http_request_ctx *request_ctx, in led_handler()
Dws.c298 int ws_echo_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in ws_echo_setup()
334 int ws_netstats_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in ws_netstats_setup()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h197 struct http_request_ctx { struct
231 const struct http_request_ctx *request_ctx,
275 typedef int (*http_resource_websocket_cb_t)(int ws_socket, struct http_request_ctx *request_ctx,
/Zephyr-latest/samples/net/prometheus/src/
Dstats.c36 const struct http_request_ctx *request_ctx, in stats_handler()
Dmain.c46 const struct http_request_ctx *request_ctx, in dyn_handler()
/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h63 void populate_request_ctx(struct http_request_ctx *req_ctx, uint8_t *data, size_t len,
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_ws.c98 struct http_request_ctx request_ctx; in handle_http1_to_websocket_upgrade()
Dhttp_server_core.c314 struct http_request_ctx request_ctx; in client_release_resources()
912 void populate_request_ctx(struct http_request_ctx *req_ctx, uint8_t *data, size_t len, in populate_request_ctx()
Dhttp_server_http1.c346 struct http_request_ctx request_ctx; in dynamic_get_del_req()
390 struct http_request_ctx request_ctx; in dynamic_post_put_req()
Dhttp_server_http2.c626 struct http_request_ctx request_ctx; in dynamic_get_del_req_v2()
679 struct http_request_ctx request_ctx; in dynamic_post_put_req_v2()
1475 struct http_request_ctx request_ctx; in handle_http_frame_headers_end_stream()
/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h65 int shell_websocket_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data);
/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c377 int shell_websocket_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in shell_websocket_setup()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst139 const struct http_request_ctx *request_ctx,
277 const struct http_request_ctx *request_ctx,
388 int ws_setup(int sock, struct http_request_ctx *request_ctx, void *user_data)
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c258 const struct http_request_ctx *request_ctx, in dynamic_cb()
332 const struct http_request_ctx *request_ctx, in dynamic_request_headers_cb()
430 const struct http_request_ctx *request_ctx, in dynamic_response_headers_cb()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst662 changed, the data is now passed in a :c:struct:`http_request_ctx` which holds the data, data
668 changed, a :c:struct:`http_request_ctx` parameter has been added. The application may use this to