aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/scala/com
Commit message (Collapse)AuthorAgeFilesLines
* Add support for cats effect with AHC backendBjørn Madsen2017-08-042-0/+8
|
* Merge branch 'master' into okhttp3Omar Alejandro Mainegra Sarduy2017-07-283-7/+22
|\
| * Closing handlers after testsadamw2017-07-282-2/+20
| |
| * Using a custom URI classadamw2017-07-282-5/+2
| |
* | Include unit tests as well.Omar Alejandro Mainegra Sarduy2017-07-281-0/+8
|/
* #2: onCompleted() in async-http-client-handler sometimes wasn't called, ↵adamw2017-07-261-0/+21
| | | | calling it earlier from onStream()
* Additional empty-body testsadamw2017-07-241-0/+5
|
* Adding streaming to the monix async http client handleradamw2017-07-241-2/+47
|
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-3/+3
|
* Better responseAs mapping, done on the client thread pooladamw2017-07-242-2/+2
|
* Monix handleradamw2017-07-212-3/+11
|
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-212-3/+11
|
* AcceptEncoding + response decompressionadamw2017-07-211-0/+38
|
* Initial support for async-http-clientadamw2017-07-211-0/+3
|
* Mapping responsesadamw2017-07-191-0/+18
|
* Better non-compilation testsadamw2017-07-192-12/+37
|
* How the response should be handled is now part of the request definitionadamw2017-07-193-26/+34
|
* Renaming the default handleradamw2017-07-161-1/+1
|
* Streaming tests, commentsadamw2017-07-163-34/+123
|
* Response as parametersadamw2017-07-151-5/+20
|
* Making the tests a bit niceradamw2017-07-151-57/+55
|
* Form dataadamw2017-07-151-3/+31
|
* Basic authadamw2017-07-151-0/+30
|
* Moving the uri interpolator testsadamw2017-07-151-121/+0
|
* Waiting for the server to start in testsadamw2017-07-151-1/+1
|
* Better URI interpolatoradamw2017-07-152-7/+14
|
* Cookie parsingadamw2017-07-151-0/+67
|
* Headers & errors supportadamw2017-07-151-7/+41
|
* URI interpolator readme, more testsadamw2017-07-101-1/+7
|
* More tests, fixing path-related issues, uniformly escaping expressionsadamw2017-07-101-9/+47
|
* More testsadamw2017-07-091-0/+3
|
* Initial version of the URI interpolatoradamw2017-07-091-12/+52
|
* Source formattingadamw2017-07-092-22/+44
|
* More testsadamw2017-07-091-1/+3
|
* Simple URI testsadamw2017-07-081-0/+24
|
* data -> bodyadamw2017-07-081-8/+8
|
* Parse testsadamw2017-07-081-45/+67
|
* Setting bodies in the Akka impladamw2017-07-081-2/+52
|
* Non-compilation testsadamw2017-07-061-0/+23
|
* Further simplifying requesting streaming responsesadamw2017-07-061-2/+1
|
* Most basic testadamw2017-07-061-0/+74