Skip to content

Instantly share code, notes, and snippets.

@isterin
Last active January 2, 2018 20:36
Show Gist options
  • Save isterin/3c7e9829728caf7ce47d5027ab9eef5c to your computer and use it in GitHub Desktop.
Save isterin/3c7e9829728caf7ce47d5027ab9eef5c to your computer and use it in GitHub Desktop.
class ProxiedHttpRequest(val req:HttpRequest) {
lazy val proxyServer = InetAddress.getByName(“some.proxy.com”)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment