Re: HTTP request handler / middleware SRFI
Lassi Kortela 05 Apr 2019 15:50 UTC
> I'd suggest you take a look at Intarweb [1]. This is a library for
> parsing and generating HTTP/1.x requests and responses once, so that you
> don't end up implementing the same stupid parsers (with variances) all
> over the place like what happens in many languages. The latter is
> a web server built on top of it
> There's a web server called Spiffy [3] that's built on top of Intarweb
> and a client called http-client [4], which is also built on top.
Thank you for chiming on. This is awesome!
Can we establish an organization on GitHub or GitLab to work all of this
out? We could first store all the repos under that organization, plus a
wiki for planning things, and eventually we would end up with a set of
libraries that work together. We could then draw from this experience to
write the request handler SRFI.