Lines Matching defs:header
390 "Vary header(s) should NOT match any of: %s", varys),
404 * Validation is possible through either the ETag or Last-Modified header, as described
479 * The If-None-Match header is described in
482 * If-None-Match header is present in the request, an ETag is present in the response,
520 * If the Cache-Control and/or Pragma header specifies that the content is not
544 char *header = apr_pstrdup(r->pool, pragma_header);
545 const char *token = apr_strtok(header, ", ", &last);
560 char *header = apr_pstrdup(r->pool, cc_header);
561 const char *token = apr_strtok(header, ", ", &last);
659 char *header = apr_pstrdup(r->pool, cc_header);
660 const char *token = apr_strtok(header, ", ", &last);
1263 "Action to take (enforce, ignore, log), followed by one or more headers containing optional wildcards ? and * that are NOT to appear in a Vary header"),
1266 "URL describing the vary header policy."),