Searched refs:HTTP_PUT (Results 1 – 3 of 3) sorted by relevance
31 HTTP_PUT = 4, /**< PUT */ enumerator
1204 parser->method = HTTP_PUT; in parser_execute()1239 case (HTTP_PUT << 16 | 2 << 8 | 'R'): in parser_execute()
1058 if (!send_request(HTTP_PUT, HAWKBIT_CONFIG_DEVICE, HAWKBIT_STATUS_FINISHED_SUCCESS, in hawkbit_probe()