zephyr/subsys/net/lib/http
Matt Rodgers 2eda6df48a net: lib: http_server: add option to use ALPN
Web browsers don't support HTTP Upgrade mechanism to upgrade to HTTP2.
Instead, HTTP2 is supported only over TLS, and ALPN is used to negotiate
the protocol to be used.

This commit adds the supported HTTP protocols to the ALPN list, so that
web browsers can use HTTP2 with the server.

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2024-11-16 15:19:36 -05:00
..
headers
CMakeLists.txt
Kconfig net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
README_http_parser
http_client.c
http_hpack.c
http_huffman.c
http_parser.c
http_parser_url.c
http_server_core.c net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
http_server_http1.c
http_server_http2.c net: lib: http: add missing includes 2024-10-21 16:00:14 +02:00
http_server_ws.c
iterables_content_type.ld
iterables_header_capture.ld