Skip to content

Handler layer type migration #493

@aram356

Description

@aram356

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions