Skip to content

Instantly share code, notes, and snippets.

@brentsowers1
Created March 6, 2014 02:41
HTTP Authentication with Dispatch
val h = new Http
val req = url("url to request").as_!("user name", "password")
val rsp = h(req as_str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment