Quick Reference | Response Type | Code | Purpose | |---------------|------|---------| | Continue | | Pass through | | Redirect | | 307/308 redirect | | Rewrite | | URL rewrite (no redirect) | | JSON | | Return JSON response | | Matcher Pattern | Matches | |-----------------|---------| | | Exact path | | | Dashboard and all sub-paths | | | All except api and next | | Request Data | Access | |--------------|--------| | Path | | | Search params | | | Cookies | | | Headers | | | Geo | | | IP | | When to Use This Skill Use for Edge request handling : - Protecting routes with authentication - Imple…