Sönke Hahn
b20b8d9770
add HasClient instance for HttpVersion
2016-01-18 12:28:29 +01:00
Julian K. Arni
f1b6603c52
Review fixes
2016-01-08 18:03:28 +01:00
Julian K. Arni
783a849c67
Make NoContent still take an arg.
...
For consistency with other combinators, and to make using headers
easier.
2016-01-07 14:30:08 +01:00
Julian K. Arni
cda8bcf17c
Simplify verb combinators.
...
Create a single 'Verb' combinator with parameters for status code and
method. Make existing combinators type synonyms of 'Verb'.
2016-01-07 13:47:07 +01:00
Julian K. Arni
79d4f944a4
less OverlappingInstances noise
2016-01-04 13:09:11 -05:00
Julian K. Arni
afc76b8f6c
Remove MatrixParam.
...
In servant, servant-server, and servant-client.
2015-10-13 21:37:07 +02:00
Julian K. Arni
c2a06bc090
More generous acceptable status codes for servant-client
2015-10-11 21:12:05 +02:00
Alp Mestanogullari
444a72eac6
Merge pull request #245 from arianvp/servant-client-hspec-discover-fix
...
Fix servant-client tests to properly use hspec-discover.
2015-10-10 02:40:24 +02:00
Nickolay Kudasov
40d2c68897
Use http-api-data package instead of ToText/FromText
2015-10-08 00:38:47 +03:00
Julian K. Arni
110196e23f
Fix path concatenation, Eq instance, for BaseUrl
2015-10-07 21:07:07 +02:00
Julian K. Arni
de447dfe22
Pass in Manager as argument to 'client'
2015-09-28 16:34:53 +02:00
Index Int
f2f7b061d2
Drop EitherT
in favor of ExceptT
2015-09-12 15:11:24 +03:00
Taylor Fausak
4238a58f92
Fix #203 ; add path to BaseUrl
2015-08-25 08:42:13 -05:00
Julian K. Arni
6eb7add53a
stylish haskell changes
...
And import fix.
2015-08-18 00:07:12 +02:00
Julian K. Arni
98b6e85128
Contributing
2015-08-17 23:50:42 +02:00
Alp Mestanogullari
f39d57c6b3
add HttpVersion, IsSecure, RemoteHost and Vault combinators with instances for all interpretations (all but the server ones being 'ignore that combinator')
...
tighter version bounds for network
cleanup
document the new combinators
servant-server: add some tests for HttpVersion, IsSecure, RemoteHost and Vault
update changelogs
address Julian's feedback
remove vault test in servant-server
servant-server tests: -Werror friendly
2015-07-10 14:00:01 +02:00
Christian Marie
a4bf32c51a
servant-client: Hide HttpException by wrapping it in SomeException
2015-06-12 21:19:26 +10:00
Christian Marie
ad16c4f768
Merge branch 'master' into existential-error
2015-06-12 19:56:49 +10:00
Pierre Radermecker
3bcbe80c37
Fix for GHC-7.8.x
2015-05-29 11:13:10 +02:00
Pierre Radermecker
520519bca9
Remove deps on HttpException from http-client
2015-05-27 15:36:28 +02:00
Pierre Radermecker
15b54cf1d0
Add AutoDeriveTypeable for ghc < 7.10
2015-05-27 15:36:28 +02:00
Pierre Radermecker
076286c37b
Add a Exception instance for ServantError
2015-05-27 15:36:28 +02:00
Pierre Radermecker
717b18df4e
Use MonadThrow instead of Either in the signature of parseBaseUrl
2015-05-27 15:36:28 +02:00
Timo von Holtz
ed7d235b26
Don't export HttpException
2015-05-25 17:51:35 +10:00
Brandon Martin
b45ac07ece
HasClient instance for Delete cts' () now does not care at all about content types provided
2015-05-17 07:51:49 -06:00
Alp Mestanogullari
ff6c04cf1a
update examples in servant-client. fixes #75
2015-05-14 00:52:37 +02:00
Brandon Martin
bc8efb2464
clean up Client and remove Setup binary
2015-05-08 17:51:23 -06:00
Brandon Martin
7c24c2a5a3
remove unsed type and clean up
...
merge master and fix conflicts
2015-05-08 15:53:09 -06:00
Brandon Martin
f5dd4bfdbd
changes to fix tests for baseurl changes
...
initial changes to fix tests for baseurl changes
more test fixes
moving some test spec stuff around
2015-05-08 15:53:09 -06:00
Alp Mestanogullari
8f100a14e8
make BaseUrl an argument to 'client' instead of each function produced by 'client'
...
Headers for all
Remove Canonicalize
2015-05-08 15:53:05 -06:00
Brandon Martin
10a6020ca2
modify delete to allow for response body
2015-05-06 13:21:35 -06:00
Julian K. Arni
92d65aaf49
-Wall fixes
2015-05-03 13:36:51 +02:00
Julian K. Arni
50b05860b7
Remove Canonicalize
2015-05-03 01:45:17 +02:00
Julian K. Arni
1447221a16
Fixes for ServantErr in servant-client
2015-05-03 01:16:38 +02:00
Julian K. Arni
45f8c2c458
Fix variable shadowing
2015-05-03 00:32:59 +02:00
Julian K. Arni
5531ada22b
Headers for all
2015-05-02 02:21:03 +01:00
Julian K. Arni
f82ca76f7d
7.10 changes
2015-04-22 12:27:18 +02:00
Julian K. Arni
45f35852f8
prepare merge
2015-04-20 11:15:58 +02:00