lack-middleware-head

May 15, 2024 ยท View on GitHub

Removes the response body from replies to HEAD requests

Usage

Wrap app:

(funcall lack/middleware/head:*lack-middleware-head* *app*)

Lack Builder:

(lack:builder
 :head
 *web*)

Development

Run tests:

(asdf:test-system :foo.lisp.lack-middleware-head)

Installation

Not in Quicklisp, so clone to "local-projects/".

Author

Copyright (c) 2024 John Newton

License

Apache-2.0