Home
last modified time | relevance | path

Searched refs:http_method_str (Results 1 – 9 of 9) sorted by relevance

/Zephyr-4.2.1/subsys/net/lib/shell/
Dhttp.c60 PR("%s%s", print_comma ? "," : "", http_method_str(i)); in cmd_net_http()
/Zephyr-4.2.1/include/zephyr/net/http/
Dparser.h254 const char *http_method_str(enum http_method m);
/Zephyr-4.2.1/subsys/net/lib/http/
Dhttp_client.c364 http_method_str(req->method)); in on_message_begin()
381 http_method_str(req->method)); in on_message_complete()
659 method = http_method_str(req->method); in http_client_req()
Dhttp_server_http2.c833 http_method_str(client->method), in handle_http2_dynamic_resource()
1356 strlen(http_method_str(supported_methods[i]))) && in process_header()
1358 http_method_str(supported_methods[i]), in process_header()
Dhttp_server_http1.c693 http_method_str(client->method), in handle_http1_dynamic_resource()
Dhttp_parser.c2501 const char *http_method_str(enum http_method m) in http_method_str() function
/Zephyr-4.2.1/tests/net/lib/http_header_fields/src/
Dmain.c622 zassert_false(strcmp("GET", http_method_str(HTTP_GET)), in ZTEST()
624 zassert_false(strcmp("<unknown>", http_method_str(127)), in ZTEST()
/Zephyr-4.2.1/samples/net/sockets/http_server/src/
Dmain.c94 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", http_method_str(method), in echo_handler()
/Zephyr-4.2.1/doc/connectivity/networking/api/
Dhttp_server.rst354 http_method_str(method), request_ctx->data_len);