Searched refs:http_method_str (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 61 PR("%s%s", print_comma ? "," : "", http_method_str(i)); in cmd_net_http()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | parser.h | 244 const char *http_method_str(enum http_method m);
|
/Zephyr-latest/tests/net/lib/http_header_fields/src/ |
D | main.c | 622 zassert_false(strcmp("GET", http_method_str(HTTP_GET)), in ZTEST() 624 zassert_false(strcmp("<unknown>", http_method_str(127)), in ZTEST()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 346 http_method_str(req->method)); in on_message_begin() 363 http_method_str(req->method)); in on_message_complete() 582 method = http_method_str(req->method); in http_client_req()
|
D | http_server_http2.c | 773 http_method_str(client->method), in handle_http2_dynamic_resource() 1277 strlen(http_method_str(supported_methods[i]))) && in process_header() 1279 http_method_str(supported_methods[i]), in process_header()
|
D | http_server_http1.c | 551 http_method_str(client->method), in handle_http1_dynamic_resource()
|
D | http_parser.c | 2327 const char *http_method_str(enum http_method m) in http_method_str() function
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 89 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", http_method_str(method), in echo_handler()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 253 http_method_str(method), request_ctx->data_len);
|