Hi, What's a good way to bring up an API server in PicoLisp? The example give here - https://rosettacode.org/wiki/Hello_world/Web_server#PicoLisp does not seem to provide an opportunity to handle GET/POST parameters. And I do not want to use the GUI framework.
The example here is too low level https://picolisp.com/wiki/?AndroidWebServer - I'll have to build HTTP. The goal is to write a server that I can drive with curl on the command line. Regards, Kashyap