| Interface | Description |
|---|---|
| HttpService |
A simple
AppContextService to handle http client operaitons
This is implemented as a service to allow substitution for mock testing. |
| Class | Description |
|---|---|
| DefaultHttpService |
A simple
HttpService
This uses the most basic functionality provided in the base java classes and requires no new dependencies. |
| Exception | Description |
|---|---|
| HttpException |