Searched refs:http (Results 1 - 22 of 22) sorted by relevance
/httpd/modules/lua/test/ |
H A D | helpers.lua | 4 local http = require("socket.http") 7 base_url = "http://localhost" 10 return http.request(base_url .. uri) 29 return http.request(base_url .. uri, flat)
|
H A D | test.lua | 10 -- http://www.apache.org/licenses/LICENSE-2.0 19 local http = require "helpers" 21 http.base_url = "http://localhost:8008" 26 local b, c = http.get "/document_root.lua" 32 local b, c = http.get "/basic" 38 local b, c = http.get "/test_quietly" 44 local b, c = http.post "/basic" "hello=7&hello=1" 51 local b, c = http.post("/test_foo", "hello=7&hello=1") 57 local b, c = http [all...] |
H A D | moonunit.lua | 8 -- http://www.apache.org/licenses/LICENSE-2.0
|
/httpd/modules/lua/test/htdocs/ |
H A D | config_tests.lua | 8 -- http://www.apache.org/licenses/LICENSE-2.0
|
H A D | other.lua | 8 -- http://www.apache.org/licenses/LICENSE-2.0
|
H A D | test.lua | 8 -- http://www.apache.org/licenses/LICENSE-2.0
|
/httpd/modules/lua/test/lib/ |
H A D | kangaroo.lua | 8 -- http://www.apache.org/licenses/LICENSE-2.0
|
/httpd/build/ |
H A D | library.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0
|
H A D | ltlib.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0
|
H A D | program.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0
|
H A D | special.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0
|
H A D | default.pl | 31 <meta http-equiv="Content-Type" content="text/html; iso-8859-1">
|
/httpd/build/pkg/ |
H A D | buildpkg.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 75 --enable-proxy-http --enable-proxy-ftp
|
/httpd/support/ |
H A D | dbmmanage.in | 10 # http://www.apache.org/licenses/LICENSE-2.0 19 # http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz 57 http://www.cpan.org/modules/by-module/Digest/Digest-MD5-2.12.tar.gz 71 http://www.cpan.org/modules/by-module/Crypt/Crypt-PasswdMD5-1.1.tar.gz
|
H A D | apxs.in | 10 # http://www.apache.org/licenses/LICENSE-2.0 698 lynx -mime_header http://localhost/%NAME% 745 ** $ lynx -mime_header http://localhost/%NAME%
|
/httpd/modules/http/ |
H A D | http_core.c | 8 * 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 D | byterange_filter.c | 8 * http://www.apache.org/licenses/LICENSE-2.0 70 APLOG_USE_MODULE(http); variable
|
H A D | http_request.c | 8 * 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 D | http_protocol.c | 8 * 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 D | http_filters.c | 8 * 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/modules/filters/ |
H A D | mod_proxy_html.c | 11 * http://www.apache.org/licenses/LICENSE-2.0 127 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; 129 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"; 924 * HTML rewriting. The URL schema (i.e. 'http') needs four bytes alone. 1251 RSRC_CONF|ACCESS_CONF, "Fix META http-equiv elements"), 1276 seek_meta = ap_pregcomp(p, "<meta[^>]*(http-equiv)[^>]*>",
|
/httpd/server/ |
H A D | protocol.c | 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]; local 684 if (3 == sscanf(r->protocol, "%4s/%u.%u", http, &major, &minor) 685 && (strcasecmp("http", http) [all...] |
Completed in 227 milliseconds