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.c146 if (static_detail->common.content_encoding != NULL && in handle_http1_static_resource()
147 static_detail->common.content_encoding[0] != '\0') { in handle_http1_static_resource()
153 len, static_detail->common.content_encoding); in handle_http1_static_resource()
Dhttp_server_http2.c183 if (!content_encoding_sent && detail_common && detail_common->content_encoding != NULL) { in send_headers_frame()
185 detail_common->content_encoding); in send_headers_frame()
522 res_detail.content_encoding = http_compression_text(chosen_compression); in handle_http2_static_fs_resource()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst210 .content_encoding = "gzip",