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

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...

Bug

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...

Bug

Implement a handler to work behind Mongrel2 (http://mongrel2.org) (might actually do some work on it later)