Home
last modified time | relevance | path

Searched refs:HTTP_COMPRESS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c82 case HTTP_COMPRESS: in http_compression_text()
112 case HTTP_COMPRESS: in compression_value_is_valid()
Dhttp_server_core.c823 if (IS_BIT_SET(supported_compression, HTTP_COMPRESS)) { in http_server_find_file()
827 *chosen_compression = HTTP_COMPRESS; in http_server_find_file()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h145 HTTP_COMPRESS = 2, /**< COMPRESS */ enumerator
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2728 [HTTP_COMPRESS] = ".lzw", in ZTEST()