Hi Ricardo,
Thank you, that really looks like a prototype for MVC app I wanted to craft.
On 8/21/22 22:47, Ricardo Wurmus wrote:
Hi,
Gentoo Arch writes:
I'm trying to figure out how Guile webserver works to develop a simple
BBS and I'm kinda stuck with POST request.
My Gu
Hi Daniel,
Thanks a lot, that worked! I also can print debugging output to server
log and do other useful stuff.
I totally forgot about (begin); procedural habit I guess.
On 8/19/22 14:00, Daniel Meißner wrote:
Hi,
Am 17. August 2022 13:50:46 MESZ schrieb Gentoo Arch :
Hi,
I'd li
Hi,
I'd like to ask for your advice.
I'm trying to figure out how Guile webserver works to develop a simple
BBS and I'm kinda stuck with POST request.
My Guile script generates a form on any path and the form sends to
"/post" path, where I can easily render content sent by the form.
(defi