Home
last modified time | relevance | path

Searched refs:HTTP_DELETE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/http/
Dmethod.h27 HTTP_DELETE = 0, /**< DELETE */ enumerator
/Zephyr-Core-3.5.0/subsys/net/lib/http/
Dhttp_parser.c1127 parser->method = HTTP_DELETE; in parser_execute()