purescript-httpurple/test/example/Chunked
2023-12-13 15:51:33 -06:00
..
Main.purs fix: migrate to new tooling 2023-12-13 15:51:33 -06:00
Readme.md fix: migrate to new tooling 2023-12-13 15:51:33 -06:00

Chunked Example

This is a basic example of sending chunked data. It will return 'hello world' in two separate chunks spaced a second apart on any URL.

To run the example server, run:

nix-shell --run 'example Chunked'

Or, without nix:

spago -x test.dhall run --main Examples.Chunked.Main