Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c32 static const char not_allowed_response[] = "HTTP/1.1 405 Method Not Allowed\r\n" variable
409 ret = http_server_sendall(client, not_allowed_response, in handle_http1_static_fs_resource()
410 sizeof(not_allowed_response) - 1); in handle_http1_static_fs_resource()