Commit Briefs

34d7c970d4 Omar Polo

http-server: send $res in wrong method case


4b652004e7 Omar Polo

fmt


f363c7f19c Omar Polo

http-server: cleanup (unused) global state


78ddde0cca Omar Polo

http-server: error on unknown method

just for robustness; neither git nor got-fetch-http are expected to use other methods except for GET and POST.


1df8adf959 Omar Polo

add http-server; will be used to test got-fetch-http

based on a draft by stsp; git(1) manages to clone from it.