Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c34 *supported_compression = HTTP_NONE; in http_compression_parse_accept_encoding()
78 case HTTP_NONE: in http_compression_text()
110 case HTTP_NONE: in compression_value_is_valid()
Dhttp_server_core.c798 *chosen_compression = HTTP_NONE; in http_server_find_file()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h143 HTTP_NONE = 0, /**< NONE */ enumerator
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2739 if (i == HTTP_NONE) { in ZTEST()