https://github.com/cbenoit/saphir-stream-poc
https://github.com/cbenoit/saphir-stream-poc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbenoit/saphir-stream-poc
- Owner: CBenoit
- Created: 2021-05-05T21:01:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T21:09:29.000Z (about 5 years ago)
- Last Synced: 2025-06-14T11:05:54.969Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saphir Stream POC
Run with
```
RUST_LOG=info cargo run
```
Try with
```
curl -X POST --data-binary @"/path/to/some/big/file" http://127.0.0.1:4749
```