Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c61 PR("%s%s", print_comma ? "," : "", http_method_str(i)); in cmd_net_http()
/Zephyr-latest/include/zephyr/net/http/
Dparser.h244 const char *http_method_str(enum http_method m);
/Zephyr-latest/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-latest/subsys/net/lib/http/
Dhttp_client.c346 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()
Dhttp_server_http2.c773 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()
Dhttp_server_http1.c551 http_method_str(client->method), in handle_http1_dynamic_resource()
Dhttp_parser.c2327 const char *http_method_str(enum http_method m) in http_method_str() function
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c89 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", http_method_str(method), in echo_handler()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst253 http_method_str(method), request_ctx->data_len);