Skip to content

mkonicek/reboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dispatch Reboot

A rethink of Dispatch with sonatype/async-http-client as the underlying transport library.

Currently, you can do something like this:

import dispatch._
val raw = :/("raw.github.com").secure
val readme = raw / "dispatch" / "reboot" / "master" / "README.markdown"
val promise = Http(readme > As.string)
for (string <- promise) {
  println(string)
}

// tidy up
Http.shutdown()

About

Dispatch with AsyncHttpClient as the underlying library

Resources

Stars

Watchers

Forks

Packages

No packages published