zephyr/subsys/net/lib/http
Matt Rodgers b7091ed439 net: http_server: serve resources only for their defined services
Ensure that HTTP resources can only be served to a client connected on
the specific service(s) that the resource was registered against using
the HTTP_RESOURCE_DEFINE macro.

This allows different resources to be registered to different services,
for example to make some resources only available via an HTTPS service
and not via unencrypted HTTP.

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2025-01-09 14:13:57 +01:00
..
headers net: http_server: serve resources only for their defined services 2025-01-09 14:13:57 +01: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 net: lib: http_server: Fix possible NULL pointer dereference 2024-06-24 12:41:22 -04:00
http_huffman.c
http_parser.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_parser_url.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_server_core.c net: http_server: serve resources only for their defined services 2025-01-09 14:13:57 +01:00
http_server_http1.c net: http_server: serve resources only for their defined services 2025-01-09 14:13:57 +01:00
http_server_http2.c net: http_server: serve resources only for their defined services 2025-01-09 14:13:57 +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