Hacker News new | ask | show | jobs
by warinukraine 1244 days ago
> http: a bunch of newline separated key=value pairs followed by a double newline everything else is the content.

This is a webdev's idea of what HTTP is

1 comments

And... I have built http servers in shell, really, that is all it has to be, It can, and usually is more, but it is trivial to build a simple http server. in fact that is sort of the genius of http, how simple and human readable it is.