Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c77 #define HTTP_500_RESPONSE_TEMPLATE \ in send_http1_500() macro
86 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http1_500()
114 HTTP_500_RESPONSE_TEMPLATE, in send_http1_500()
Dhttp_server_http2.c376 #define HTTP_500_RESPONSE_TEMPLATE "Internal Server Error%s%s" in send_http2_500() macro
380 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http2_500()
408 HTTP_500_RESPONSE_TEMPLATE, desc_separator, error_desc); in send_http2_500()