Skip to content

Response interceptors

Compare
Choose a tag to compare
@stifskere stifskere released this 16 Jan 14:52
· 35 commits to main since this release
42bc5dc

This release fixes 2 things.

  • / routes not being recognized, these threw 404, not anymore.
  • Flagged enum request types didn't match all the flags.

It also comes with a new feature

  • Added response interceptors which let you intercept a response like 404, 500 and send a custom response instead.