aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* #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 ↵adamw2017-08-033-0/+51
| | | | SttpHandler wrappers.
* 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
|
* New reformatterv0.0.1adamw2017-07-191-38/+38
|
* Nothing is everythingadamw2017-07-191-1/+1
|
* Mapping responsesadamw2017-07-193-31/+53
|
* How the response should be handled is now part of the request definitionadamw2017-07-194-85/+97
|
* Renaming the default handleradamw2017-07-161-1/+1
|
* Streaming tests, commentsadamw2017-07-164-39/+82
|
* Response as parametersadamw2017-07-153-3/+33
|
* Form dataadamw2017-07-151-11/+48
|
* Basic authadamw2017-07-152-1/+20
|
* One more cookie-setting alternativeadamw2017-07-151-0/+2
|
* Moving the uri interpolator testsadamw2017-07-151-0/+121
|
* Setting cookiesadamw2017-07-152-3/+57
|
* Removing FileBodyadamw2017-07-153-11/+2
|
* Better URI interpolatoradamw2017-07-151-1/+15
|
* Cookie parsingadamw2017-07-152-0/+108
|
* Headers & errors supportadamw2017-07-153-14/+44
|
* More readable query fragment handlingadamw2017-07-101-57/+57
|
* Commentsadamw2017-07-101-23/+37
|
* URI interpolator readme, more testsadamw2017-07-101-3/+10
|
* More tests, fixing path-related issues, uniformly escaping expressionsadamw2017-07-101-47/+56
|
* More testsadamw2017-07-091-6/+10
|
* Initial version of the URI interpolatoradamw2017-07-092-19/+267
|
* Source formattingadamw2017-07-094-82/+160
|
* Simple URI testsadamw2017-07-082-16/+20
|