Expand description
Error page module to compose an HTML page response.
Functionsยง
- cache_
page - Pre-load the given page file into the in-memory cache. Missing files are silently skipped (the default HTML body will be served).
- cached_
page - Returns the cached body for
path, orNoneif no entry exists. - error_
response - It returns a HTTP error response which also handles available
404or50xHTML content.