add basic usage and todo

This commit is contained in:
Luna 2021-04-09 18:39:00 -03:00
parent 4c6c778d32
commit 14b72f11a9
1 changed files with 11 additions and 1 deletions

View File

@ -12,8 +12,18 @@ zig build
./zig-cache/bin/yet-another-pomf-clone
```
webscale
happy webscale
### todo
- multipart parsing (this is going to be fun)
- env vars for configuration
- handle 404 on fetch
## how use
do the thing
```
curl -F "test=@/path/to/file/lol" 'http://localhost:8080/api/upload'
```