Skip to content

v0.5.0

Compare
Choose a tag to compare
@Danilqa Danilqa released this 16 Jan 16:47
· 25 commits to main since this release

What's new

Middlewares (#18)
It allows you to write additional logic before and after requests. For instance, it enables tasks such as authentication verification, request logging, error handling, and more. You can apply middleware to the entire application, to specific route handler, or to a group of routes within a folder.

See how it works on the website

Thanks @EvHaus for the suggestion! #25