Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 169 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 169 Bytes

Usage

build:

$ make

run:

$ make run

$ printf 'HTTP/1.1 200 OK\nContent-Length: 0\n\n' |nc -l 9090 &

$ curl http://127.0.0.1:9090

$ make cat