aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* TODOadamw2017-07-081-0/+1
|
* data -> bodyadamw2017-07-081-8/+8
|
* Further simplifying requesting streaming responsesadamw2017-07-064-16/+18
|
* Missing variance annotationadamw2017-07-041-1/+1
|
* Commentsadamw2017-07-042-3/+8
|
* Stream type is nothing when the response doesn't support streamingadamw2017-07-044-42/+15
|
* First version of unified sendadamw2017-07-044-72/+53
|
* More methodsadamw2017-06-302-8/+14
|
* Content typeadamw2017-06-303-24/+103
|
* Simple send streamadamw2017-06-304-26/+21
|
* default handler is an objectadamw2017-06-291-1/+1
|
* sending & receiving a streamadamw2017-06-293-2/+13
|
* Move model to another packageadamw2017-06-292-29/+38
|
* Rework response asadamw2017-06-293-47/+71
|
* Initital draftadamw2017-06-295-0/+293