1
I Use This!
Inactive

News

Analyzed about 11 hours ago. based on code collected 1 day ago.
Posted over 13 years ago by hans
Mention RESTAS web framework in documentation
Posted over 13 years ago by hans
Remove bogus export, thanks to Gordon Sims for reporting.
Posted over 13 years ago by hans
Fix some exports, thanks to Andrey Moskvitin
Posted over 13 years ago by hans
Further status message generation improvements Provide more substitution variables (${error} and ${backtrace} in particular) Add simple (and ugly) internal server error template Rename ACCEPTOR-HANDLE-RETURN-CODE to ACCEPTOR-STATUS-MESSAGE, make it return the HTML message, remove CONTENT argument to simplify things Update documentation
Posted over 13 years ago by hans
add hunchentoot.gif for html doc
Posted over 13 years ago by hans
reindent documentation source
Posted over 13 years ago by hans
add html version of documentation
Posted over 13 years ago by hans
fixes for lispworks
Posted over 13 years ago by hans
Patch from Dan Weinreb: limit the maximum number of request handler threads that a taskmaster may create. Support a new SOFT argument to the STOP function that makes Hunchentoot wait until all currently outstanding requests have been processed ... [More] before returning. Add a favicon.ico to the standard file tree. Refactorings in the START-OUTPUT function to separate out the actual header sending from the request processing part. The new SEND-RESPONSE function does the I/O part of sending the response header (and possibly content) and also does the logging. Used by the thread count limiting code to send a 503 message if no more threads can be created. [Less]
Posted over 13 years ago by hans
Add skeleton file tree to be served by Hunchentoot in its default configuration. Make error pages customizable through files. Add new :document-root argument to acceptor to specify where files should be served from.