Searched defs:http (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/http/
H A Dhttp_core.c8 * http://www.apache.org/licenses/LICENSE-2.0
116 * The http module shouldn't return anything other than
117 * "http" (the default) or "https".
123 return "http";
320 AP_DECLARE_MODULE(http) = { variable
H A Dhttp_request.c8 * http://www.apache.org/licenses/LICENSE-2.0
52 APLOG_USE_MODULE(http); variable
303 * described here: http://oss.sgi.com/projects/apache/mod_qsc.html )
H A Dbyterange_filter.c8 * http://www.apache.org/licenses/LICENSE-2.0
70 APLOG_USE_MODULE(http); variable
H A Dhttp_protocol.c8 * http://www.apache.org/licenses/LICENSE-2.0
61 APLOG_USE_MODULE(http); variable
1500 * is equivalent to only a 3 digit numeric http status.
H A Dhttp_filters.c8 * http://www.apache.org/licenses/LICENSE-2.0
58 APLOG_USE_MODULE(http); variable
278 /* http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-23
831 * is equivalent to only a 3 digit numeric http status.
1086 ap_set_content_type(r, "message/http");
/httpd/server/
H A Dprotocol.c8 * 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]; local
684 if (3 == sscanf(r->protocol, "%4s/%u.%u", http, &major, &minor)
685 && (strcasecmp("http", http)
[all...]

Completed in 45 milliseconds