aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Response.body is now an Either[String, T], to handle cases when the status ↵adamw2017-08-311-2/+2
| | | | code isn't 2xx
* Merge pull request #32 from aeons/rename-monix-okhttpAdam Warski2017-08-311-30/+30
|\ | | | | Rename handler subprojects to be consistent
| * Update READMEBjørn Madsen2017-08-301-30/+30
| |
* | Setting version to 0.0.8v0.0.8adamw2017-08-301-9/+9
|/
* Update readmeadamw2017-08-301-7/+1
|
* Implementing multi-part uploads for the http url connection backendadamw2017-08-301-1/+0
|
* Merge pull request #29 from omainegra/fix_readme_okhttp_java7Adam Warski2017-08-281-1/+1
|\ | | | | Notice that sttp can be used with Java 7 by using OkHttp backends
| * Notice that sttp can be used with Java 7 by using OkHttp backendsOmar Alejandro Mainegra Sarduy2017-08-281-1/+1
| |
* | Setting version to 0.0.7v0.0.7adamw2017-08-281-9/+9
|/
* Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-111-8/+40
|\ | | | | | | | | | | # Conflicts: # build.sbt # okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
| * Setting version to 0.0.6v0.0.6adamw2017-08-101-9/+9
| |
| * Expand BodySerializer to carry a default content typeBjørn Madsen2017-08-081-1/+1
| | | | | | And update circe module to use this
| * Add some documentation for the circe moduleBjørn Madsen2017-08-071-0/+32
| |
* | Add new handler to README.mdOmar Alejandro Mainegra Sarduy2017-08-071-1/+2
|/
* Setting version to 0.0.5v0.0.5adamw2017-08-041-8/+8
|
* #7: Add asFile and asPath responsesPiotr Buda2017-08-041-0/+1
|
* Merge pull request #21 from aeons/feature/cats-effectAdam Warski2017-08-041-1/+10
|\ | | | | Add support for cats effect with AHC backend
| * Update README.mdBjørn Madsen2017-08-041-1/+10
| |
* | Readme fixesadamw2017-08-041-2/+2
| |
* | Fix typo in README.mdYuki Ishikawa2017-08-041-1/+1
|/
* Custom backends readmeadamw2017-08-031-0/+10
|
* Links to blogsadamw2017-08-031-0/+4
|
* Setting version to 0.0.4v0.0.4adamw2017-08-021-7/+7
|
* Readmeadamw2017-08-021-0/+2
|
* OkHttp docsadamw2017-08-021-0/+14
|
* Update with PR commentsOmar Alejandro Mainegra Sarduy2017-08-011-1/+2
|
* Contributing updateadamw2017-07-281-1/+1
|
* Supported streams tableadamw2017-07-281-5/+5
|
* Supported streams tableadamw2017-07-281-1/+11
|
* Fixing type in readmeadamw2017-07-281-2/+1
|
* More librariesadamw2017-07-281-0/+2
|
* Setting version to 0.0.3v0.0.3adamw2017-07-261-6/+6
|
* Fix typoadamw2017-07-251-1/+1
|
* Setting version to 0.0.2v0.0.2adamw2017-07-251-6/+6
|
* Setting version to 0.0.1.5v0.0.1.5adamw2017-07-251-6/+6
|
* Setting version to 0.0.1.2v0.0.1.2adamw2017-07-251-6/+6
|
* Preparing for sbt-releaseadamw2017-07-251-8/+7
|
* Adding streaming to the monix async http client handleradamw2017-07-241-1/+38
|
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-5/+5
|
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-3/+3
|
* Add contributing infoadamw2017-07-231-0/+5
|
* Readmeadamw2017-07-211-3/+1
|
* Quickstart with Ammoniteadamw2017-07-211-0/+12
|
* Monix handleradamw2017-07-211-3/+11
|
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-211-6/+15
|
* AcceptEncoding + response decompressionadamw2017-07-211-4/+4
|
* Initial support for async-http-clientadamw2017-07-211-1/+28
|
* Badgesadamw2017-07-201-0/+2
|
* Mapping responsesadamw2017-07-191-2/+2
|
* How the response should be handled is now part of the request definitionadamw2017-07-191-23/+48
|