superfly / edge

A set of useful libraries for Edge Apps. Run locally, write tests, and integrate it into your deployment process. Move fast and maybe don't break things? Because, gosh darnit, you're an adult.
https://fly.io
Apache License 2.0
142 stars 10 forks source link

Custom error middleware #27

Open mrkurt opened 5 years ago

mrkurt commented 5 years ago

An app should be able to specify which error pages to serve up when it sends an error back to a visitor. A map of status -> file:/// should be enough for a first start at this.