Searched refs:http_header_response_append (Results 1 – 6 of 6) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_header.h | 121 void http_header_response_append(request_st *r, enum http_header_e id, const char *k, uint32_t klen…
|
| H A D | response.c | 344 http_header_response_append(r, HTTP_HEADER_ALLOW, CONST_STR_LEN("Allow"), in http_response_prepare_options_star() 864 http_header_response_append(r, HTTP_HEADER_TRANSFER_ENCODING, in http_response_write_prepare()
|
| H A D | http_header.c | 259 void http_header_response_append(request_st * const r, enum http_header_e id, const char *k, uint32… in http_header_response_append() function
|
| H A D | mod_wstunnel.c | 757 http_header_response_append(r, HTTP_HEADER_CONNECTION, in create_response_ietf_00() 814 http_header_response_append(r, HTTP_HEADER_CONNECTION, in create_response_rfc_6455()
|
| H A D | mod_webdav.c | 647 http_header_response_append(r, HTTP_HEADER_ALLOW, in URIHANDLER_FUNC() 652 http_header_response_append(r, HTTP_HEADER_ALLOW, in URIHANDLER_FUNC() 664 http_header_response_append(r, HTTP_HEADER_ALLOW, in URIHANDLER_FUNC()
|
| H A D | mod_deflate.c | 1944 http_header_response_append(r, HTTP_HEADER_VARY, in REQUEST_FUNC()
|