Fixed the addDefaultHeaders parameter. |
|
More...
|
about 12 years ago
|
Added a clientConnector paramter to makeRequest, to allow the caller to override the Deproxy object's default client connector. |
|
More...
|
about 12 years ago
|
Added a defaultClientConnector parameter to the Deproxy constructor. |
|
More...
|
about 12 years ago
|
Fixed the addDefaultHeaders parameter in makeRequest(Map). Un-ignored a test. |
|
More...
|
about 12 years ago
|
Added a 'chunked' parameter to makeRequest. |
|
More...
|
about 12 years ago
|
Added request params to sendRequest. |
|
More...
|
about 12 years ago
|
Added the RequestParams class, a client-side corollary to HandlerContext for passing additional optional info to the client connector. |
|
More...
|
about 12 years ago
|
cleanup |
|
More...
|
about 12 years ago
|
Extracted the sendRequest1 and sendRequest2 methods into the BareClientConnector and ApacheClientConnector classes, respectively. |
|
More...
|
about 12 years ago
|
Added the ClientConnector interface. |
|
More...
|
about 12 years ago
|
Split sendRequest into two methods, 1 using the old raw-sockets code and 2 using HttpClient, with 2 as the default. |
|
More...
|
about 12 years ago
|
Added the DeproxyHttpRequest class. |
|
More...
|
about 12 years ago
|
Added a dependency for Apache HttpComponents HttpCore. |
|
More...
|
about 12 years ago
|
Added a constructor. |
|
More...
|
about 12 years ago
|
Made it pass a stream around instead of a PrintWriter. The PrintWriter is now instantiated later, in sendResponse. |
|
More...
|
about 12 years ago
|
Made field types explicit. |
|
More...
|
about 12 years ago
|
Added the HandlerContext class. |
|
More...
|
about 12 years ago
|
Removed unused DeproxyTest class. |
|
More...
|
about 12 years ago
|
Fixed DefaultHandlerTest2, so that it uses spock correctly. |
|
More...
|
about 12 years ago
|
Added tests for chunked encoding. |
|
More...
|
about 12 years ago
|
Moved PortFinder from test to main. |
|
More...
|
about 12 years ago
|
Moved PortFinder from test to main. |
|
More...
|
about 12 years ago
|
Merge pull request #6 from CoderLisa/orphanfix |
|
More...
|
about 12 years ago
|
Fixing orphan handling |
|
More...
|
about 12 years ago
|
Added the Delay handler and tests for it. |
|
More...
|
about 12 years ago
|
Merge pull request #5 from richard-sartor/repos |
|
More...
|
about 12 years ago
|
Merge branch 'repos' of github.com:richard-sartor/gdeproxy into mergeissues |
|
More...
|
about 12 years ago
|
ignoring failing test for now |
|
More...
|
about 12 years ago
|
closes listen socket for deproxyendpoint once response has been sent |
|
More...
|
about 12 years ago
|
fixed retrieving map keys from map of headers |
|
More...
|
about 12 years ago
|