clack icon indicating copy to clipboard operation
clack copied to clipboard

Web server abstraction layer for Common Lisp

Results 32 clack issues
Sort by recently updated
recently updated
newest added

Hello! I can't understand Clack without proper documentation. There is no documentation at all. Sorry, but this is **very bad**. Could someone from the developers or active users of Clack...

I want to handle interrupt signal of my app, so I changed `with-handle-interrupt`'s lambda expression in `clackup` to be able to take as an argument.

Wookie's docs for SEND-RESPONSE specify that it sets Content-Length if the :body argument is specified, so we should pass it for explicitly supplied bodies that are NIL. Without it, Content-Length...

I stuck on: ``` ;; testing 'clack.test.suite' ; Warning: Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:LOAD-OP '("clack-handler-fcgi")) while visiting (ASDF/LISP-ACTION:TEST-OP "t-clack-handler-fcgi") - please use proper dependencies instead ; While executing: #,...

I would like to catch USOCKET:ADDRESS-IN-USE-ERROR so I can prompt the user to provide a different port, but it looks like the error is getting thrown in a background thread....

What is the equivalent/alternative of `:document-root` from `hunchentoot`? Thanks in advance.

`(defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))` It works well on localhost,but can't Open remote web browser . my cloud server's public IP is...

http://clacklisp.org/tutorial/

Task

I followed the basic instructions on how to Start and Stop the Clack located on the front page of this repo. I discovered that once the server is stopped using:...