Searched refs:isc_httpd_addheader (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dhttpd.h70 isc_httpd_addheader(isc_httpd_t *httpd, const char *name,
/bind-9.11.3/lib/isc/
H A Dhttpd.c932 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(http
1059 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, function
[all...]

Completed in 845 milliseconds