Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/http/
Dmethod.h47 HTTP_REPORT = 20, /**< REPORT */ enumerator
/Zephyr-Core-3.5.0/subsys/net/lib/http/
Dhttp_parser.c1156 parser->method = HTTP_REPORT; /* or REBIND */ in parser_execute()
1230 case (HTTP_REPORT << 16 | 2 << 8 | 'B'): in parser_execute()