Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dmethod.h58 HTTP_PURGE = 29, /**< PURGE */ enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c1240 parser->method = HTTP_PURGE; in parser_execute()