actix-web/actix-web-codegen/tests
Varun Chawla 218fe0a663
codegen: auto-register HEAD guard for #[get] routes
Per RFC 7231 Section 4.3.2, a server that supports GET must also
support HEAD. The #[get] macro now implicitly registers a HEAD
guard so that HEAD requests are handled without requiring users
to write #[route("/path", method="GET", method="HEAD")].

Fixes #2702
2026-02-22 20:16:17 -08:00
..
trybuild chore: upgrade MSRV to 1.82 (#3844) 2025-11-26 20:26:35 +00:00
routes.rs codegen: auto-register HEAD guard for #[get] routes 2026-02-22 20:16:17 -08:00
scopes.rs chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
trybuild.rs refactor: switch size parsing to bytesize crate 2025-03-21 06:06:50 +00:00