zephyr/subsys/net/lib/http
Matt Rodgers 549e5de277 net: websocket: pass HTTP upgrade request context to user callback
Passing HTTP upgrade request context to the user callback allows the
user to decide whether to accept or reject the websocket connection
based on the HTTP headers in the request. The primary reason for this is
to enable authentication of the websocket connection (e.g. via cookies
or Authorization header).

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2025-01-08 21:02:02 +01:00
..
headers net: http_server: fix header capture on concurrent http2 streams 2024-12-04 14:13:24 -05:00
CMakeLists.txt net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
http_client.c net: lib: http-client: Use memcpy() to avoid gcc warning 2024-10-04 13:24:17 -05:00
http_hpack.c
http_huffman.c
http_parser_url.c
http_parser.c
http_server_core.c net: http_server: fix header capture on concurrent http2 streams 2024-12-04 14:13:24 -05:00
http_server_http1.c net: websocket: pass HTTP upgrade request context to user callback 2025-01-08 21:02:02 +01:00
http_server_http2.c net: http_server: Support PUT/PATCH/DELETE for dynamic resources 2024-12-18 18:15:02 +01:00
http_server_ws.c net: websocket: pass HTTP upgrade request context to user callback 2025-01-08 21:02:02 +01:00
iterables_content_type.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
iterables_header_capture.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
Kconfig net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
README_http_parser