This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
tools
/
testserver
History
gagan%netscape.com
3a9e3e15c2
Fixed the testserver to print arbitrary content-length request. So you can now try http://<testserver>/?Length=N to get back a document with content-length of N. This is not in the build.
...
git-svn-id: svn://10.0.0.236/trunk@65828 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-13 19:20:54 +00:00
..
docs
Some test changes to allow echoing requests at arbitrary locations in urlmap. You can now use ECHO [HTTPHeader] to display all headers (if HTTPHeader is not specified) or that header value as it came in the request. See <your-testserver>/echo for an example. Not in build (a=leaf)
2000-04-07 23:14:52 +00:00
Connection.java
…
Makefile.in
Some test changes to allow echoing requests at arbitrary locations in urlmap. You can now use ECHO [HTTPHeader] to display all headers (if HTTPHeader is not specified) or that header value as it came in the request. See <your-testserver>/echo for an example. Not in build (a=leaf)
2000-04-07 23:14:52 +00:00
ScriptFile.java
Fixed the testserver to print arbitrary content-length request. So you can now try http://<testserver>/?Length=N to get back a document with content-length of N. This is not in the build.
2000-04-13 19:20:54 +00:00
TestServer.java
…