aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into stub-match-partialPaweł Stawicki2017-10-251-0/+1
|\
| * json4s supportadamw2017-10-181-0/+1
| |
* | Test stub matching partial function mapping request to responsePaweł Stawicki2017-10-252-8/+46
|/
* Setting version to 0.0.20-SNAPSHOTadamw2017-10-091-1/+1
|
* Setting version to 0.0.19v0.0.19adamw2017-10-091-0/+1
|
* Backend stubs with fallback (thx to @gabro)adamw2017-10-092-11/+49
|
* Testing backendadamw2017-10-092-0/+141
|
* Cleanupadamw2017-10-091-1/+2
|
* Rename parameteradamw2017-10-072-3/+3
|
* Reformat codeadamw2017-10-061-3/+6
|
* #10: add proxy supportadamw2017-10-063-14/+63
|
* Updating dependenciesadamw2017-10-051-5/+10
|
* Add a null check for result of getInputStream()Chris Birchall2017-09-251-1/+7
|
* #11, #35: SSL docs, more options for customizing delegated client callsadamw2017-09-221-5/+11
|
* Renaming "handler" to "backend"adamw2017-09-145-22/+22
|
* By default, only escaping in queries the & and = reserved characters.adamw2017-09-133-36/+82
| | | | | Other (allowed) are left intact. Adding an option to escape all to the URI API.
* Reformatadamw2017-09-072-2/+3
|
* Merge pull request #28 from bhop/feature/request-timeoutAdam Warski2017-09-075-15/+42
|\ | | | | Make request timeout configurable
| * Post review changesPiotr Gabara2017-09-064-13/+12
| |
| * Make read and connection timeout configurablePiotr Gabara2017-09-055-7/+35
| |
* | 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/... ↵adamw2017-09-042-2/+6
| | | | integrations
* 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 ↵adamw2017-08-314-6/+39
| | | | code isn't 2xx
* 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 ↵adamw2017-08-302-5/+5
| | | | handling method
* 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
| | | Revert BodySerializer to be a function, and remove SerializableBody
* Expand BodySerializer to carry a default content typeBjørn Madsen2017-08-083-9/+34
| | | And update circe module to use this
* 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 ↵adamw2017-08-033-0/+51
| | | | SttpHandler wrappers.
* uri-in-uri testadamw2017-08-021-1/+3
|