prologue, example blog
https://github.com/planety/prologue/tree/devel/examples/blog
logue run ./app.nim
DEBUG Prologue is serving at 0.0.0.0:8080
DEBUG Starting 8 threads
DEBUG Listening on port 8080
Server is runnig. OK.
Now more times send request a different answer each time
http GET http://localhost:8080 -h
HTTP/1.1 200 OK
Content-Length: 818
Date: Wed, 25 Nov 2020 11:10:19 GMT
Server: Nim-HTTPX
content-type: text/html; charset=UTF-8
http GET http://localhost:8080 -h
HTTP/1.1 404 Not Found
Content-Length: 182
Date: Wed, 25 Nov 2020 11:10:22 GMT
Server: Nim-HTTPX
content-type: text/html; charset=UTF-8
http GET http://localhost:8080 -h
HTTP/1.1 200 OK
Content-Length: 818
Date: Wed, 25 Nov 2020 11:10:28 GMT
Server: Nim-HTTPX
content-type: text/html; charset=UTF-8
http GET http://localhost:8080 -h
HTTP/1.1 404 Not Found
Content-Length: 182
Date: Wed, 25 Nov 2020 11:10:31 GMT
Server: Nim-HTTPX
content-type: text/html; charset=UTF-8
http GET http://localhost:8080 -h
HTTP/1.1 404 Not Found
Content-Length: 182
Date: Wed, 25 Nov 2020 11:10:35 GMT
Server: Nim-HTTPX
content-type: text/html; charset=UTF-8