Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/net/http/
Dmethod.h33 HTTP_OPTIONS = 6, /**< OPTIONS */ enumerator
/Zephyr-Core-3.4.0/subsys/net/lib/http/
Dhttp_client.c303 if ((req->method == HTTP_HEAD || req->method == HTTP_OPTIONS) && in on_headers_complete()
Dhttp_parser.c1149 parser->method = HTTP_OPTIONS; in parser_execute()