add basic usage and todo
This commit is contained in:
parent
4c6c778d32
commit
14b72f11a9
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -12,8 +12,18 @@ zig build
|
||||||
./zig-cache/bin/yet-another-pomf-clone
|
./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
|
## how use
|
||||||
|
|
||||||
do the thing
|
do the thing
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -F "test=@/path/to/file/lol" 'http://localhost:8080/api/upload'
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue