Hello,
Le samedi 31 juillet 2021 à 10:58 +0200, Dr. Arne Babenhauserheide a
écrit :
> Maybe some hacks I needed for my (unfinished) implementation of the
> downloadmesh can be useful to you:
The "missing headers" were missing in Guile, but I added them for my
server (I did it with declare-header!
Vivien Kraus via General Guile related discussions writes:
> It is not tied to a particular framework, the specification is based on
> HTTP. Guile has by default almost everything we need,
> https://www.gnu.org/software/guile/manual/guile.html#Web
>
> The missing parts are a couple of HTTP head
Hello,
Le samedi 31 juillet 2021 à 14:14 +0800, Nala Ginrut a écrit :
> Is it possible to cooperate with a modern web framework? It seems it
> doesn't require JS and browser, so I don't know if http can still
> work as usual.
It is not tied to a particular framework, the specification is based on