Home
last modified time | relevance | path

Searched refs:HTTP_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/include/net/
Dhttp_parser.h99 HTTP_OPTIONS = 6, enumerator
/Zephyr-Core-2.7.6/subsys/net/lib/http/
Dhttp_client.c291 if ((req->method == HTTP_HEAD || req->method == HTTP_OPTIONS) && in on_headers_complete()
Dhttp_parser.c1149 parser->method = HTTP_OPTIONS; in parser_execute()