Home
last modified time | relevance | path

Searched refs:content_encoding (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dws.c22 .content_encoding = "gzip",
36 .content_encoding = "gzip",
50 .content_encoding = "gzip",
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c52 .content_encoding = "gzip",
63 .content_encoding = "gzip",
/Zephyr-latest/include/zephyr/net/http/
Dserver.h99 const char *content_encoding; member
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c63 if (static_detail->common.content_encoding != NULL && in handle_http1_static_resource()
64 static_detail->common.content_encoding[0] != '\0') { in handle_http1_static_resource()
70 len, static_detail->common.content_encoding); in handle_http1_static_resource()
Dhttp_server_http2.c182 if (!content_encoding_sent && detail_common && detail_common->content_encoding != NULL) { in send_headers_frame()
184 detail_common->content_encoding); in send_headers_frame()
459 res_detail.content_encoding = "gzip"; in handle_http2_static_fs_resource()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst168 .content_encoding = "gzip",