clack
clack copied to clipboard
Web server abstraction layer for Common Lisp
How would I use client certificate authentication with clack? I tried to look all the documentation I could find, but there was no information about the use of client certificates....
I am trying to upload files as part of multipart/form-data with chunked encoding. The drakma request is: ``` lisp (http-request url :method :post :form-data t :parameters `((:recipe . ,recipe) (:content-hash...
I'm not sure how I can handle this error properly. The source code in clack.handler.hunchentoot shows that the error should be ignored from what I understand, but I still receive...
Hi, I have a problem with using clack and integral. In my environment (Ubuntu 12.04 64-bit, sbcl 1.2.13, mysql 5.5.43), clack:stop doesn't work with integral. I have found that it...
So if everyone decides to follow this lead and everyone names their documentation package "doc"?? Please, this is just evil. Sabra
I apologize if I am doing something spectacularly dumb here, but I am just trying to get through loading clack using (ql:quickload :clack). I continued past that last error (reported...
I can't get clack to do anything when passing `:server :fcgi :fd 0` to `CLACKUP`.It works when I do a bare call to `CL-FASTCGI::SERVER-ON-FD` with a random callback function, but...
Hello. I am so new to this it is ridiculous. I am trying to bootstrap myself into the brave new world of WWW based LISP applications. (I am not new...
Implement a handler to work behind Mongrel2 (http://mongrel2.org) (might actually do some work on it later)