Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_header.h121 void http_header_response_append(request_st *r, enum http_header_e id, const char *k, uint32_t klen…
H A Dresponse.c344 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 Dhttp_header.c259 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 Dmod_wstunnel.c757 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 Dmod_webdav.c647 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 Dmod_deflate.c1944 http_header_response_append(r, HTTP_HEADER_VARY, in REQUEST_FUNC()