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.c60 PR("%s%s", print_comma ? "," : "", http_method_str(i)); in cmd_net_http()
/Zephyr-latest/include/zephyr/net/http/
Dparser.h254 const char *http_method_str(enum http_method m);
/Zephyr-latest/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()
608 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.c647 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-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/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.rst296 http_method_str(method), request_ctx->data_len);