purescript-httpurple/docs/Examples/BinaryRequest
2022-08-25 12:02:28 +01:00
..
circle.png Update HTTPure to routing duplex 2022-05-22 12:34:27 +01:00
Main.js Update for PureScript 0.15 (#194) 2022-05-04 14:02:29 -07:00
Main.purs Update tests, use localhost 2022-08-25 12:02:28 +01:00
Readme.md Remove some stale doc references to make 2021-11-16 21:50:23 -08:00

Binary Request Example

This is a basic example of sending binary request data. It will read in the binary file and send back the file's sha256 checksum.

To run the server, run:

nix-shell --run 'example BinaryRequest'

Or, without nix:

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