Savarese.Org

BareHTTP Java Web Server


About BareHTTP

Gear icon

The BareHTTP library implements a stripped down Java HTTP server able to satisfy only HTTP/0.9, 1.0, and 1.1 GET requests and HTTP/1.0 and 1.1 HEAD requests. It is suitable for embedded use in unit tests that require access to resources via HTTP. Also, it is convenient to use as a stripped down HTML documentation server.

License

BareHTTP is released under the Apache License 2.0.

Download

VersionCombined Source/BinariesLicenseAPI DocumentationUnit Test DocumentationTest Code Coverage Report
1.0.0 barehttp-1.0.0.tar.gz LICENSE BareHTTP 1.0.0 API BareHTTP 1.0.0 Unit Test API BareHTTP 1.0.0 Test Code Coverage

Additional Resources

ResourceLink
IETF RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1
Java Pro July 2001 Build Your Own Web Server