servant/servant/src/Servant/API
Oleg Grenrus 45c1cbdfd5 Refactor Stream stuff
- Introduce SourceT, which is simple variant of "correct `ListT`".
  There are another variants possible (like in `streaming`),
  but I'm not sure there's much real difference.

- Introduce `Codensity`. There's a flag if people don't want to depend
  on `kan-extensions`.

- `StreamGenerator` and `ResultStream` are both `SourceT`.
  `Stream` combinator in `servant-client` uses `Codensity` for CPS.

- Add servant-machines, servant-conduit, servant-pipes
- Add streaming cookbook: just code, no explanations.
- Add a script to run streaming 'benchmarks'
2018-11-05 15:48:47 +02:00
..
Experimental Reformat servant 2018-03-11 17:58:31 +02:00
Internal/Test Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Alternative.hs Add bifunctors instances for Servant.API.Alt 2018-09-05 13:15:42 +01:00
BasicAuth.hs Reformat servant 2018-03-11 17:58:31 +02:00
Capture.hs Reformat servant 2018-03-11 17:58:31 +02:00
ContentTypes.hs Cleanup pre-GHC-8.0 stuff 2018-07-11 01:39:38 +03:00
Description.hs Reformat servant 2018-03-11 17:58:31 +02:00
Empty.hs Reformat servant 2018-03-11 17:58:31 +02:00
Generic.hs Merge servant-generic 2018-07-05 23:21:25 +03:00
Header.hs Reformat servant 2018-03-11 17:58:31 +02:00
HttpVersion.hs Reformat servant 2018-03-11 17:58:31 +02:00
IsSecure.hs Reformat servant 2018-03-11 17:58:31 +02:00
Modifiers.hs Reformat servant 2018-03-11 17:58:31 +02:00
QueryParam.hs Reformat servant 2018-03-11 17:58:31 +02:00
Raw.hs Reformat servant 2018-03-11 17:58:31 +02:00
RemoteHost.hs Reformat servant 2018-03-11 17:58:31 +02:00
ReqBody.hs Reformat servant 2018-03-11 17:58:31 +02:00
ResponseHeaders.hs ResponseHeaders: export GetHeaders' 2018-10-14 12:15:41 +01:00
Stream.hs Refactor Stream stuff 2018-11-05 15:48:47 +02:00
Sub.hs Reformat servant 2018-03-11 17:58:31 +02:00
TypeLevel.hs Cleanup pre-GHC-8.0 stuff 2018-07-11 01:39:38 +03:00
Vault.hs Reformat servant 2018-03-11 17:58:31 +02:00
Verbs.hs Add PutCreated verb 2018-08-13 15:15:45 +02:00
WithNamedContext.hs Reformat servant 2018-03-11 17:58:31 +02:00