From 14b72f11a914f4880246d86078cef78443f22b93 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 9 Apr 2021 18:39:00 -0300 Subject: [PATCH] add basic usage and todo --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d0846..98cfeba 100644 --- a/README.md +++ b/README.md @@ -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' +```