Commit Graph

14 Commits

Author SHA1 Message Date
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
Oleg Grenrus 319dcc2fe1 stylish-haskell servant-client-core 2018-06-30 22:17:08 +03:00
Oleg Grenrus f4fc2b321f Refactor servant-client-core Response+StreamingResponse 2018-01-31 09:26:28 +02:00
Gershom e75a3cc37b streaming client actually streams 2017-10-24 17:12:21 -07:00
Julian K. Arni 4e9c342c4e Review fixes 2017-09-14 13:21:53 -04:00
Julian K. Arni 30528a8198 Parametrize Request 2017-09-14 13:17:19 -04:00
Julian K. Arni e8b9814168 Documentation and Reexport module 2017-09-14 09:54:13 -04:00
Julian K. Arni 6be78e0b38 Documentation 2017-09-14 09:54:13 -04:00
Julian K. Arni ffbfa42a14 Tests now pass 2017-09-14 09:54:13 -04:00
Julian K. Arni 5bd9d253ce Almost compiling test 2017-09-14 09:54:13 -04:00
Julian K. Arni 75ea91c34d Fix some tests 2017-09-14 09:54:13 -04:00
Julian K. Arni 05db359296 Compiling HttpClient 2017-09-14 09:54:13 -04:00
Julian K. Arni 01f344dfbb Compiling servant-client-core 2017-09-14 09:54:13 -04:00
Julian K. Arni 35599d8b38 More reorganization 2017-09-14 09:54:13 -04:00