Re: Operate upon POST request with Guile webserver

2022-08-21 Thread Gentoo Arch
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 Guile script genera

Re: Operate upon POST request with Guile webserver

2022-08-21 Thread Ricardo Wurmus
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 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. Daniel alread

Re: Operate upon POST request with Guile webserver

2022-08-20 Thread Gentoo Arch
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 like to ask

Re: Operate upon POST request with Guile webserver

2022-08-19 Thread Daniel Meißner
Hi, Am 17. August 2022 13:50:46 MESZ schrieb Gentoo Arch : > 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