Searched refs:HTTP_UNLINK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/net/http/ | ||
D | method.h | 61 HTTP_UNLINK = 32, /**< UNLINK */ enumerator |
/Zephyr-latest/subsys/net/lib/http/ | ||
D | http_parser.c | 1252 parser->method = HTTP_UNLINK; in parser_execute() |