aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added test for respondWithMonad happy paththen-respond-futurePaweł Stawicki2018-01-291-0/+10
|
* Added back the thenRespond(resp: => Response) methodPaweł Stawicki2018-01-282-5/+10
|
* Docs for thenResponseWithMonad, and a little code cleanup in testPaweł Stawicki2018-01-242-10/+19
|
* Allow SttpBackendStub to accept monad with response, not to hold thread when ↵Paweł Stawicki2018-01-242-17/+52
| | | | using e.g. Futures
* Setting version to 1.1.5-SNAPSHOTadamw2018-01-111-1/+1
|
* Setting version to 1.1.4v1.1.4adamw2018-01-118-18/+18
|
* Merge pull request #60 from intracer/add_status_messageAdam Warski2018-01-119-8/+15
|\ | | | | add status message to Response #59
| * rename message to statusText in Responseintracer2018-01-112-3/+3
| |
| * add status message to Response #59intracer2018-01-099-8/+15
|/
* typoadamw2018-01-071-1/+1
|
* Merge pull request #58 from joshlemer/remove-StringTokenizerAdam Warski2017-12-301-10/+3
|\ | | | | Remove dependence on StringTokenizer
| * Remove dependence on StringTokenizerJosh Lemer2017-12-291-10/+3
|/
* Setting version to 1.1.4-SNAPSHOTadamw2017-12-271-1/+1
|
* Setting version to 1.1.3v1.1.3adamw2017-12-278-18/+18
|
* #56 Minor change in the try backend's class nameadamw2017-12-272-5/+3
|
* Merge pull request #56 from joshlemer/try-monad-errorAdam Warski2017-12-275-0/+48
|\ | | | | Add TryMonad, implement a delegating TryBackend
| * Add TryHttpUrlConnection testsJosh Lemer2017-12-243-2/+13
| |
| * Rename TryBackend factory object to TryHttpURLConnectionBackenJosh Lemer2017-12-242-5/+4
| |
| * Added TryBackend to backends summary docsJosh Lemer2017-12-231-0/+1
| |
| * Add TryMonad, implement a delegating TryBackendJosh Lemer2017-12-232-0/+37
| |
* | Updating dependenciesadamw2017-12-232-8/+8
|/
* Better not found message if no handlers match in the stub backendadamw2017-12-211-5/+7
|
* Support both arrays and interables in the uri interpolatoradamw2017-12-182-2/+6
|
* Setting version to 1.1.3-SNAPSHOTadamw2017-12-061-1/+1
|
* Setting version to 1.1.2v1.1.2adamw2017-12-068-18/+18
|
* #53: using proper encoding when reading the response bodyadamw2017-12-067-19/+72
|
* Update sbtadamw2017-11-302-9/+5
|
* Setting version to 1.1.2-SNAPSHOTadamw2017-11-291-1/+1
|
* Setting version to 1.1.1v1.1.1adamw2017-11-298-18/+18
|
* Merge pull request #52 from dpovey/masterAdam Warski2017-11-292-4/+58
|\ | | | | #51 When stubbing using with thenRespondWithCode, treat 2xx as a success and return Right(body)
| * When stubbing using with thenRespondWithCode, treat 2xx as a success and ↵Dean Povey2017-11-292-4/+58
|/ | | | return Right(body)
* Setting version to 1.1.1-SNAPSHOTadamw2017-11-271-1/+1
|
* Setting version to 1.1.0v1.1.0adamw2017-11-278-18/+18
|
* Documentation of special : handling when embedding a hostadamw2017-11-271-2/+15
|
* Validating that the port is specified only once when interpolating a URIadamw2017-11-273-4/+29
|
* Basic validation of a constructed URIadamw2017-11-273-1/+24
|
* Properly handling ipv6 in the uri interpolatoradamw2017-11-272-9/+35
|
* Properly encoding ipv6 addressesadamw2017-11-272-3/+26
|
* ipv4 testsadamw2017-11-251-0/+4
|
* Special case in the uri interpolator which allows embedding host with the ↵adamw2017-11-252-3/+22
| | | | port included
* Adding tests for optional ports in uri interpolatoradamw2017-11-251-1/+3
|
* Properly encode IDN domain namesadamw2017-11-252-2/+4
|
* Docs: usage examplesadamw2017-11-223-6/+105
|
* Documentation notes about Uriadamw2017-11-221-1/+3
|
* Setting version to 1.0.7-SNAPSHOTadamw2017-11-221-1/+1
|
* Add a note with a link to Marco's comparison of HTTP clients.adamw2017-11-221-0/+1
|
* Setting version to 1.0.6v1.0.6adamw2017-11-227-14/+14
|
* Removing extra version fileadamw2017-11-221-1/+0
|
* Adding blog linksadamw2017-11-221-0/+3
|
* Adding a Uri.toJavaUri methodadamw2017-11-222-0/+7
|