Email list hosting service & mailing list manager

ASGI, and further work related to www Amirouche Boubekki (15 Jun 2020 05:31 UTC)
Re: ASGI, and further work related to www John Cowan (15 Jun 2020 15:12 UTC)
Re: ASGI, and further work related to www Amirouche Boubekki (31 Jul 2020 11:05 UTC)
Re: ASGI, and further work related to www Lassi Kortela (31 Jul 2020 13:39 UTC)
Re: ASGI, and further work related to www John Cowan (02 Aug 2020 03:45 UTC)
Re: ASGI, and further work related to www Lassi Kortela (02 Aug 2020 06:13 UTC)
HTTP error codes Lassi Kortela (02 Aug 2020 06:21 UTC)
Re: HTTP error codes Amirouche Boubekki (02 Aug 2020 13:27 UTC)
Re: HTTP error codes John Cowan (03 Aug 2020 16:26 UTC)
Foreign errors are not necessarily errors Lassi Kortela (03 Aug 2020 16:35 UTC)
Re: Foreign errors are not necessarily errors John Cowan (03 Aug 2020 16:38 UTC)
Re: Foreign errors are not necessarily errors Lassi Kortela (03 Aug 2020 16:49 UTC)
Re: Foreign errors are not necessarily errors John Cowan (03 Aug 2020 16:53 UTC)
Re: HTTP error codes hga@xxxxxx (03 Aug 2020 16:47 UTC)
Re: HTTP error codes John Cowan (03 Aug 2020 17:04 UTC)
Re: HTTP error codes John Cowan (03 Aug 2020 17:07 UTC)
Re: ASGI, and further work related to www Amirouche Boubekki (02 Aug 2020 13:34 UTC)

Re: ASGI, and further work related to www Lassi Kortela 02 Aug 2020 06:13 UTC

>      >>> I have some ideas on that which I will try to post when I get
>     some time for it.
>
> <https://github.com/johnwcowan/r7rs-work/blob/master/HttpRequest.md>

Good start!

Your draft makes me think that "HTTP request and response objects"
should be its own SRFI. Assuming HTTP/1.x and HTTP/2 and other
successors all use the same request and response model, these same
objects could be used by both the serial and the parallel client, as
well as any WSGI/ASGI style protocol and other Scheme web servers.

We should run any web-related libraries/SRFIs by Peter Bex from Chicken.
He knows a lot about all the details so he can catch subtle problems.