Handbook
Glossary
HTTP responder filters
Furnace framework
ยป
HTTP server
Prev:
HTTP dispatchers and virtual hosting
Next:
Canned HTTP responses
The
http
.
server
.
filters
vocabulary implements the common pattern where one responder wraps another, doing some processing before calling the wrapped responder.
filter-responder
To use it, simply subclass
filter-responder
, and call
call-next-method
from your
call-responder*
method to pass control to the wrapped responder.