Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/http_server/src/
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()
/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/include/zephyr/net/http/
Dserver.h187 struct http_request_ctx { struct
221 const struct http_request_ctx *request_ctx,
/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h54 void populate_request_ctx(struct http_request_ctx *req_ctx, uint8_t *data, size_t len,
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c308 struct http_request_ctx request_ctx; in client_release_resources()
835 void populate_request_ctx(struct http_request_ctx *req_ctx, uint8_t *data, size_t len, in populate_request_ctx()
Dhttp_server_http1.c263 struct http_request_ctx request_ctx; in dynamic_get_del_req()
307 struct http_request_ctx request_ctx; in dynamic_post_put_req()
Dhttp_server_http2.c566 struct http_request_ctx request_ctx; in dynamic_get_del_req_v2()
619 struct http_request_ctx request_ctx; in dynamic_post_put_req_v2()
1388 struct http_request_ctx request_ctx; in handle_http_frame_headers_end_stream()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c250 const struct http_request_ctx *request_ctx, in dynamic_cb()
320 const struct http_request_ctx *request_ctx, in dynamic_request_headers_cb()
418 const struct http_request_ctx *request_ctx, in dynamic_response_headers_cb()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst362 changed, the data is now passed in a :c:struct:`http_request_ctx` which holds the data, data
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst234 const struct http_request_ctx *request_ctx,