Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd_structs.h40 #define HTTP_HDR_NOT_IMPL 3 /* 501 Not Implemented */ macro
Dhttpd.c882 hs->hdrs[HDR_STRINGS_IDX_HTTP_STATUS] = g_psHTTPHeaderStrings[HTTP_HDR_NOT_IMPL];
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1056 response_type = HTTP_HDR_NOT_IMPL; in file_write_http_header()