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