FakeHttpConnection Class Reference
Fake HTTPConnection, to test the HttpUploader::upload().
More...
List of all members.
|
Public Member Functions |
| FakeHttpConnection (const char *user_agent, int status) |
int | open (const StringBuffer &url, RequestMethod method=MethodPost) |
int | close () |
int | request (InputStream &data, OutputStream &response) |
Private Attributes |
int | responseStatus |
Detailed Description
Fake HTTPConnection, to test the HttpUploader::upload().
The documentation for this class was generated from the following file:
- test/common/http/HTTPUploaderTest.cpp