Spinoco / fs2-http

Http Server and client using fs2
MIT License
135 stars 26 forks source link

correct implicits? #14

Closed fommil closed 7 years ago

fommil commented 7 years ago

following the example at https://github.com/Spinoco/fs2-http#http-client and using the 8 lines of imports I am getting

could not find implicit value for parameter AG: java.nio.channels.AsynchronousChannelGroup
[error]     http.client[Task]().flatMap { client =>

are you sure this is the full list of imports?

fommil commented 7 years ago

quickstart needs to include Resources

pchlupacek commented 7 years ago

just added this to Readme