Next: Basic concepts, Previous: Guile Web Middleware Reference, Up: Guile Web Middleware Reference
In general, a middleware is a procedure participating, often together with other middleware procedures, in the processing of an incoming request and the creation of a resulting response.
This package provides means to compose middleware procedures in a way they can be used directly as a handler for the built-in Guile’s web server’s request.
This package has no external dependencies, except Guile itself. Also, it includes several common middleware procedures, which can be implemented relying only on Guile’s standard library.
Next: Basic concepts, Previous: Guile Web Middleware Reference, Up: Guile Web Middleware Reference