hdr_str            96 http-backend.c 	hdr_str(name, value);
hdr_str           101 http-backend.c 	hdr_str("Expires", "Fri, 01 Jan 1980 00:00:00 GMT");
hdr_str           102 http-backend.c 	hdr_str("Pragma", "no-cache");
hdr_str           103 http-backend.c 	hdr_str("Cache-Control", "no-cache, max-age=0, must-revalidate");
hdr_str           111 http-backend.c 	hdr_str("Cache-Control", "public, max-age=31536000");
hdr_str           160 http-backend.c 	hdr_str(content_type, type);
hdr_str           180 http-backend.c 	hdr_str(content_type, the_type);
hdr_str           460 http-backend.c 		hdr_str(content_type, buf.buf);
hdr_str           566 http-backend.c 	hdr_str(content_type, buf.buf);
hdr_str           669 http-backend.c 					hdr_str("Allow", !strcmp(c->method, "GET") ?