Skip to content

Instantly share code, notes, and snippets.

@tomaszperek
Created October 12, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaszperek/aa7b63eac3fc3c894207 to your computer and use it in GitHub Desktop.
Save tomaszperek/aa7b63eac3fc3c894207 to your computer and use it in GitHub Desktop.
apply route to request
println(route(Request("http://www.scalac.io")))
// Response(protocol was http and host was www.scalac.io)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment