aserve
aserve copied to clipboard
AllegroServe, a web server written in Common Lisp
Results
2
aserve issues
Sort by
recently updated
recently updated
newest added
In the allegroserve documentation on SSL/TLS, https://github.com/franzinc/aserve/blob/master/doc/aserve.md#ssltls, there's some very old information about TLS (old with respect to TLS and with respect to aserve's support for TLS). In that section,...
I tried defining an svg using keyword tags within a `net.html.generator:html` and got an "unknown html keyword" error. I sort of got around this by using the internal: ```lisp (net.html.generator::def-std-html...