Lines Matching refs:isc_httpd_addheader
932 isc_httpd_addheader(httpd, "Connection", "Keep-Alive");
933 isc_httpd_addheader(httpd, "Content-Type", httpd->mimetype);
934 isc_httpd_addheader(httpd, "Date", datebuf);
935 isc_httpd_addheader(httpd, "Expires", datebuf);
941 isc_httpd_addheader(httpd, "Last-Modified", loadbuf);
942 isc_httpd_addheader(httpd, "Cache-Control: public", NULL);
944 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
945 isc_httpd_addheader(httpd, "Pragma: no-cache", NULL);
946 isc_httpd_addheader(httpd, "Cache-Control: no-cache", NULL);
949 isc_httpd_addheader(httpd, "Server: libisc", NULL);
952 isc_httpd_addheader(httpd, "Content-Encoding", "deflate");
1059 isc_httpd_addheader(isc_httpd_t *httpd, const char *name,