Skip to content

refactor: rename http*Redirects/RedirectEntry to http*Route/RouteEntry - #560

Draft
caugner wants to merge 1 commit into
mainfrom
rename-http-route
Draft

refactor: rename http*Redirects/RedirectEntry to http*Route/RouteEntry#560
caugner wants to merge 1 commit into
mainfrom
rename-http-route

Conversation

@caugner

@caugner caugner commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Description

Rename the internal redirect-chain response fields httpRedirects/httpsRedirects to httpRoute/httpsRoute, and the associated types RedirectEntry/SerializedRedirectEntry to RouteEntry/SerializedRouteEntry.

Motivation

Align the field and type names with the "route" terminology already used by the redirection analyzer (the local route variable and RedirectionOutput.route).

Additional details

These fields are populated by the retriever and consumed by the analyzer within a single scan; they are not persisted to the database and not exposed by the API, so this is a pure internal rename with no breaking change. redirectHistory (the Session accumulator field) is intentionally left unchanged.

Related issues and pull requests

…uteEntry`

Align the internal redirect-chain field and type names with the "route"
terminology already used by the redirection analyzer. These fields are
retriever-populated and analyzer-consumed within a single scan; they are
not persisted to the database nor exposed by the API, so this is a pure
internal rename.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants