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