Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/http/
Dmethod.h31 HTTP_PUT = 4, /**< PUT */ enumerator
/Zephyr-Core-3.5.0/subsys/net/lib/http/
Dhttp_parser.c1204 parser->method = HTTP_PUT; in parser_execute()
1239 case (HTTP_PUT << 16 | 2 << 8 | 'R'): in parser_execute()
/Zephyr-Core-3.5.0/subsys/mgmt/hawkbit/
Dhawkbit.c1058 if (!send_request(HTTP_PUT, HAWKBIT_CONFIG_DEVICE, HAWKBIT_STATUS_FINISHED_SUCCESS, in hawkbit_probe()