# Page Not Found

`/docs/middleware` does not exist. Similar pages:

- [Routing Middleware](/docs/routing-middleware.md): Routing Middleware is available on all plans Routing Middleware executes code _before_ a request is processed on a site, and are built on top of
- [Middleware](/docs/frameworks/frontend/astro.md): Middleware is a function that execute before a request is processed on a site, enabling you to modify the response. Because it runs before the cache,
- [Middleware](/docs/frameworks/full-stack/nextjs.md): Middleware is code that executes before a request is processed. Because Middleware runs before the cache, it's an effective way of providing
- [Routing Middleware API](/docs/routing-middleware/api.md): const config = { matcher'/about/path', }; export default function middleware(request) { return Response.redirect(new URL('/about2', request.url)); }

All pages: [/llms.txt](/llms.txt)
