Lines Matching defs:http
8 * http://www.apache.org/licenses/LICENSE-2.0
194 * chunked trailer processing (for http).
453 * on EBCDIC boxes, each complete http protocol input line needs to be
504 /* http://issues.apache.org/bugzilla/show_bug.cgi?id=31875
505 * http://issues.apache.org/bugzilla/show_bug.cgi?id=28450
537 * This will prevent "http://www.wherever.com/..\..\/" from
563 char http[5];
684 if (3 == sscanf(r->protocol, "%4s/%u.%u", http, &major, &minor)
685 && (strcasecmp("http", http) == 0)
1117 /* http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-23
1137 /* http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-23