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.
BareHTTP is released under the Apache License 2.0.
| Version | Combined Source/Binaries | License | API Documentation | Unit Test Documentation | Test 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 |
| Resource | Link |
|---|---|
| IETF RFC 2616 | Hypertext Transfer Protocol -- HTTP/1.1 |
| Java Pro July 2001 | Build Your Own Web Server |







