Description
Migrate handler modules from Fastly types to http types. Conversion boundary moves to adapter main.rs.
Note: PlatformResponse.into_inner() call sites will break when the inner type switches from fastly::Response to http::Response — the compiler catches these. Enumerate and fix them as part of this PR's scope (expected churn).
Done when
- Handlers use
http types
- Conversion boundary in adapter
main.rs
- All
.into_inner() sites updated for http::Response
- Per-PR gates pass
Blocked by
PR 11
References
Description
Migrate handler modules from Fastly types to
httptypes. Conversion boundary moves to adaptermain.rs.Note:
PlatformResponse.into_inner()call sites will break when the inner type switches fromfastly::Responsetohttp::Response— the compiler catches these. Enumerate and fix them as part of this PR's scope (expected churn).Done when
httptypesmain.rs.into_inner()sites updated forhttp::ResponseBlocked by
PR 11
References
docs/internal/EDGEZERO_MIGRATION.md— Phase 2, PR 12