#include <HttpConnectionTest.h>
Public Member Functions | |
void | testCompressedHttpConnection () |
Private Attributes | |
HttpConnection | httpConnection |
StringBuffer | serverUrl |
The first time the test is ran, the config is created using the api factory. Launching the test with CLIENT_TEST_SERVER=funambol CLIENT_TEST_SOURCES=vcard21 make check the default server is localhost with user/pass guest/guest. just a small HttpConnection wrapper class to have access to server HTTP response headers lass HttpConnection2 : public HttpConnection { public: const StringMap& getResponseHeaders() const { return responseHeaders; }};