purescript-httpurple/docs/Examples/BinaryRequest
Connor Prussin 6e886b91ac
Add support for non string requests (#184)
* First version of supporting non-string requests

* Clean up

* Minor cleanup

* Simplify to directly export the stream

* Add nl

* Clean up & add more testing

Co-authored-by: sigma-andex <sigma.andex@pm.me>
2021-11-15 20:02:36 -08:00
..
Main.js Add support for non string requests (#184) 2021-11-15 20:02:36 -08:00
Main.purs Add support for non string requests (#184) 2021-11-15 20:02:36 -08:00
Readme.md Add support for non string requests (#184) 2021-11-15 20:02:36 -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:

make example EXAMPLE=BinaryRequest