Home
last modified time | relevance | path

Searched refs:handle_http1_to_http2_upgrade (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h31 int handle_http1_to_http2_upgrade(struct http_client_ctx *client);
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c876 return handle_http1_to_http2_upgrade(client); in handle_http1_request()
Dhttp_server_http2.c976 int handle_http1_to_http2_upgrade(struct http_client_ctx *client) in handle_http1_to_http2_upgrade() function