aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Tag methodsadamw2017-09-051-0/+5
* Missing feature importadamw2017-09-041-0/+1
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-044-66/+80
* Add an option to attach arbitrary tags to requests for logging/metrics/... in...adamw2017-09-042-2/+6
* All handler must implement close() (even if empty)adamw2017-09-042-1/+3
* #33: properly escape path segments in URIsadamw2017-09-042-18/+19
* Fix compilationadamw2017-08-311-1/+2
* Breaking redirect loopsadamw2017-08-311-13/+37
* Keep a history of redirect responsesadamw2017-08-313-3/+13
* Change MonadError syntax to improve type inferenceadamw2017-08-314-11/+12
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-314-6/+39
* Follow-redirect supportadamw2017-08-314-4/+53
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-1/+1
* Move javadocadamw2017-08-301-7/+6
* Rename field in request specifiction for consistency with setting response ha...adamw2017-08-302-5/+5
* Implementing multi-part uploads for the http url connection backendadamw2017-08-303-17/+143
* Remove copied methodadamw2017-08-301-16/+1
* Multipart support in async http clientadamw2017-08-291-0/+4
* Removing the model package, flattening the structureadamw2017-08-297-15/+3
* Multipart support in Akka handleradamw2017-08-294-31/+108
* Small simplification of the withBasicBody methodadamw2017-08-101-12/+9
* Move default content type to BasicRequestBodyBjørn Madsen2017-08-095-72/+71
* Expand BodySerializer to carry a default content typeBjørn Madsen2017-08-083-9/+34
* Add circe support moduleBjørn Madsen2017-08-062-3/+2
* #7: Add asFile and asPath responsesPiotr Buda2017-08-043-15/+54
* Fixing 2.11adamw2017-08-041-2/+5
* Extracting common logic for handling basic responses eagerlyadamw2017-08-042-6/+43
* Fix 2.11 compileadamw2017-08-031-0/+1
* Making the response monad a top-level concept, to make it possible to write S...adamw2017-08-033-0/+51
* uri-in-uri testadamw2017-08-021-1/+3
* Fix compile on 2.11adamw2017-08-021-1/+1
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-023-14/+11
* Special encoding for fragmentadamw2017-08-022-10/+23
* OkHttp docsadamw2017-08-021-9/+15
* Fix compile errorOmar Alejandro Mainegra Sarduy2017-08-011-1/+1
* Cleaning up the uri interpolatoradamw2017-08-011-302/+367
* Initial version of the new uri interpolatoradamw2017-08-013-285/+392
* Storing structured user infoadamw2017-07-313-36/+49
* Support for user info in the Uri classadamw2017-07-313-17/+33
* Removing trailing commaadamw2017-07-281-1/+1
* Using a custom URI classadamw2017-07-287-94/+379
* Reverting in-progress changesadamw2017-07-286-240/+105
* Updating scalafmt pluginadamw2017-07-286-105/+240
* Splitting the model package into files, adding Xlint to compiler optionsadamw2017-07-246-83/+85
* Splitting the package object into smaller classesadamw2017-07-243-312/+340
* Automatically setting content-length, where possibleadamw2017-07-242-8/+73
* Hiding specific implementation typesadamw2017-07-241-0/+1
* Better responseAs mapping, done on the client thread pooladamw2017-07-243-40/+28
* AcceptEncoding + response decompressionadamw2017-07-212-7/+38
* Initial support for async-http-clientadamw2017-07-211-0/+6