zephyr/subsys/net/lib
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
..
capture net: lib: capture: Fix build error 2024-10-25 08:52:22 +02:00
coap net: lib: coap_client: Add API to cancel specific request 2024-11-16 13:33:28 -05:00
config usb: device_next: NCM driver for usb-next 2024-10-17 15:38:00 -04:00
dhcpv4 net: dhcpv4: Fix DNS server list allocation 2024-11-04 13:40:56 -06:00
dhcpv6
dns net: dns: Bind DNS server to a network interface 2024-11-16 13:51:27 -05:00
http net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
lwm2m net: lwm2m: Add TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 to cipher list 2024-10-30 14:27:40 -05:00
mqtt net: mqtt: Fix missing close function 2024-10-31 09:22:44 -05:00
mqtt_sn net: mqtt-sn: Add Gateway Advertisement and Discovery process support 2024-11-16 15:08:27 -05:00
prometheus net: add initial prometheus client library 2024-10-18 14:17:11 +02:00
ptp
shell net: shell: dns: Print DNS server with network interface 2024-11-16 13:51:27 -05:00
sntp net: lib: sntp_simple: Handle responses from previous iterations 2024-11-08 11:37:02 -06:00
sockets net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
socks
tftp
tls_credentials
trickle
utils
websocket shell: backend: Create a websocket transport backend 2024-10-15 04:11:03 -04:00
wifi_credentials net: lib: wifi_credentials: add connect-stored feature 2024-10-22 08:21:04 -04:00
zperf net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
CMakeLists.txt net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00
Kconfig net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00