purescript-httpurple/docs/Examples/BinaryRequest/Readme.md

11 lines
230 B
Markdown
Raw Normal View History

# 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:
```bash
make example EXAMPLE=BinaryRequest
```