Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c41 static int send_http1_error_common(struct http_client_ctx *client, in send_http1_error_common() function
59 return send_http1_error_common(client, not_found_response, in send_http1_404()
65 return send_http1_error_common(client, not_allowed_response, in send_http1_405()
71 return send_http1_error_common(client, conflict_response, in send_http1_409()