This project has declared the following modules:
| Name | Description |
|---|---|
| Trap HTTP Client using Apache HTTP client | HTTP transport, client-side, powered by apache's HTTP implemetation |
| Trap HTTP Client using Sun HTTP client | HTTP transport, client-side, powered by the built-in com.sun HTTP implemetation |
| Trap HTTP Server using HTTPServlet interface | HTTP Transport, server side, using HTTPServlet. |
| Trap HTTP Server using HTTPServlet 3.0 interface | HTTP Transport, server side, using HTTPServlet 3.0, and async servlet support. |
| Trap HTTP Server using Sun HTTP server | HTTP Transport, server side, using com.sun HTTPServer. |
| Trap HTTP Test Suite | Container for all HTTP tests common for all HTTP providers |
| Trap HTTP Test for Sun Transport | Test for HTTP using sun provider |
| Trap HTTP Test for Servlet Transport | Tests for the Servlet transport |
| Trap HTTP Sun Shared Library | This library contains shared code between the Sun HTTP server and client transports. |