]>
Git — Sourcephile - haskell/symantic-http.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Julien Moutinho [Tue, 12 Mar 2019 21:21:27 +0000 (21:21 +0000)]
Rename MIME types
Julien Moutinho [Mon, 11 Mar 2019 16:43:27 +0000 (16:43 +0000)]
Remove noise
Julien Moutinho [Mon, 11 Mar 2019 15:11:32 +0000 (15:11 +0000)]
Remove serverState_offset
Julien Moutinho [Mon, 11 Mar 2019 13:32:51 +0000 (13:32 +0000)]
Improve ServerResponse
Julien Moutinho [Sat, 9 Mar 2019 18:15:10 +0000 (18:15 +0000)]
Improve MIME support
Julien Moutinho [Sat, 9 Mar 2019 02:04:39 +0000 (02:04 +0000)]
Add support for multiple MIME types
Julien Moutinho [Fri, 8 Mar 2019 14:44:54 +0000 (14:44 +0000)]
Rename stuffs and init client testing
Julien Moutinho [Wed, 6 Mar 2019 23:29:24 +0000 (23:29 +0000)]
Add basicAuth symantic
Julien Moutinho [Wed, 6 Mar 2019 01:30:45 +0000 (01:30 +0000)]
Rename and reorganize stuffs
Julien Moutinho [Tue, 5 Mar 2019 18:53:40 +0000 (18:53 +0000)]
Replace megaparsec with a custom parser
This enables to prioritize errors independantly from
the actual sequence of combinators in the API.
Julien Moutinho [Sun, 24 Feb 2019 18:37:01 +0000 (18:37 +0000)]
Stop here to drop megaparsec
Julien Moutinho [Sat, 23 Feb 2019 15:18:21 +0000 (15:18 +0000)]
Remove old module
Julien Moutinho [Sat, 23 Feb 2019 12:40:20 +0000 (12:40 +0000)]
Drop the Language prefix in module names
Julien Moutinho [Wed, 20 Feb 2019 05:50:04 +0000 (05:50 +0000)]
Rewrite the API builder with a composable sprintf/scanf design
Julien Moutinho [Wed, 20 Feb 2019 01:53:25 +0000 (01:53 +0000)]
Stop here to redesign the API à la sprintf/scanf
Julien Moutinho [Sat, 29 Dec 2018 13:13:41 +0000 (14:13 +0100)]
init