You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
build.zig | 2 years ago | |
zig.mod | 2 years ago |
README.md
yet-another-pomf-clone
how build
get zigmod.
git clone ...
cd yet-another-pomf-clone
zigmod fetch
zig build
./zig-cache/bin/yet-another-pomf-clone
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'