The gs.http package contains classes that simplify http.
| Class | Description | |
|---|---|---|
| HTTPCall | The HTTPCall class simplifies making http requests. | |
| HTTPCallFault | The HTTPCallFault class is a fault wrapper for faulty http calls. | |
| HTTPCallResponseFormat | The HTTPCallResponseFormat class is an enumeration of constants for HTTPCall#responseFormat. | |
| HTTPCallResult | The HTTPCallResult class is a result wrapper for successful http calls. | |
| HTTPCallResultHandler | The HTTPCallResultHandler class processes an HTTPCall response. | |
| HTTPService | The HTTPService class is a simple wrapper around sending HTTPCalls to the same server. |