Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c1033 isc_httpd_addheader(httpd, "Connection", "Keep-Alive"); in isc_httpd_recvdone()
1035 isc_httpd_addheader(httpd, "Content-Type", httpd->mimetype); in isc_httpd_recvdone()
1036 isc_httpd_addheader(httpd, "Date", datebuf); in isc_httpd_recvdone()
1037 isc_httpd_addheader(httpd, "Expires", datebuf); in isc_httpd_recvdone()
1043 isc_httpd_addheader(httpd, "Last-Modified", loadbuf); in isc_httpd_recvdone()
1044 isc_httpd_addheader(httpd, "Cache-Control: public", NULL); in isc_httpd_recvdone()
1046 isc_httpd_addheader(httpd, "Last-Modified", datebuf); in isc_httpd_recvdone()
1047 isc_httpd_addheader(httpd, "Pragma: no-cache", NULL); in isc_httpd_recvdone()
1048 isc_httpd_addheader(httpd, "Cache-Control: no-cache", NULL); in isc_httpd_recvdone()
1051 isc_httpd_addheader(httpd, "Server: libisc", NULL); in isc_httpd_recvdone()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dhttpd.h76 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, const char *val);