11 lines
230 B
Markdown
11 lines
230 B
Markdown
|
# 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
|
||
|
```
|