Skip to content

Instantly share code, notes, and snippets.

@olamy
Created August 3, 2011 22:35
Show Gist options
  • Save olamy/1124016 to your computer and use it in GitHub Desktop.
Save olamy/1124016 to your computer and use it in GitHub Desktop.
public void testProxiedRequest()
throws Exception
{
ProxyInfo proxyInfo = createProxyInfo();
TestHeaderHandler handler = new TestHeaderHandler();
runTestProxiedRequest( proxyInfo, handler );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment