Type to search…

Server

Middleware

Middleware allows you to run code before a request is completed. Then, based on the incoming request, you can modify the response by rewriting, redirecting, modifying the request or response headers, or responding directly.

https://dioxuslabs.com/learn/0.7/essentials/fullstack/middleware/