Rename http-gateway to ic-http-gateway-protocol - #66
Merged
Conversation
r-birkner
approved these changes
Mar 17, 2026
shilingwang
pushed a commit
that referenced
this pull request
Mar 23, 2026
[NODE-1906](https://dfinity.atlassian.net/browse/NODE-1906) `http-gateway` is a bad name, as this is more precisely the _http-gateway-protocol_, and we already refer to this as the http-gateway-protocol in interface spec: https://docs.internetcomputer.org/references/http-gateway-protocol-spec ## Summary of changes - Rename repository references from `http-gateway` / `http-gateway-protocol` to `ic-http-gateway-protocol`. - Establish ic-http-gateway-protocol as the primary crate. - Keep ic-http-gateway as a backward-compatibility re-export crate during the migration window. ## Follow-ups - Rename the GitHub repository from `http-gateway` to `ic-http-gateway-protocol`. - Migrate downstream consumers in `ic-gateway` and `ic` repositories to use the new repository slug consistently. - Remove the compatibility crate after downstream migration is complete ([NODE-1907](https://dfinity.atlassian.net/browse/NODE-1907)). [NODE-1906]: https://dfinity.atlassian.net/browse/NODE-1906?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [NODE-1907]: https://dfinity.atlassian.net/browse/NODE-1907?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NODE-1906
http-gatewayis a bad name, as this is more precisely the http-gateway-protocol, and we already refer to this as the http-gateway-protocol in interface spec: https://docs.internetcomputer.org/references/http-gateway-protocol-specSummary of changes
http-gateway/http-gateway-protocoltoic-http-gateway-protocol.Follow-ups
http-gatewaytoic-http-gateway-protocol.ic-gatewayandicrepositories to use the new repository slug consistently.