Searched refs:http_method_str (Results  1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | http.c | 60 					PR("%s%s", print_comma ? "," : "", http_method_str(i));  in cmd_net_http()
  | 
| /Zephyr-latest/include/zephyr/net/http/ | 
| D | parser.h | 254 const char *http_method_str(enum http_method m);
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_client.c | 364 		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()
  | 
| D | http_server_http2.c | 833 			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()
  | 
| D | http_server_http1.c | 647 			http_method_str(client->method),  in handle_http1_dynamic_resource()
  | 
| D | http_parser.c | 2501 const char *http_method_str(enum http_method m)  in http_method_str()  function
  | 
| /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/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 | 296                  http_method_str(method), request_ctx->data_len);
  |