Commit Graph

1 Commits

Author SHA1 Message Date
Gero Zayas b12fe6b509 feat: add experimental HTTP QUERY method support
- Add APIRouter.query() decorator for QUERY method (IETF draft)
- Add FastAPI.query() passthrough method
- Exclude QUERY routes from OpenAPI by default (spec doesn't support it)
- Add test coverage for runtime execution and OpenAPI behavior
- Add documentation with caveats and limitations
2025-10-09 13:41:13 +02:00