Skip to content

Conversation

@apu031
Copy link

@apu031 apu031 commented Nov 19, 2025

feat(status): add HTTP 103 early hints status code

Add support for HTTP 103 Early Hints status code as defined in RFC 8297.
This allows servers to send preliminary response headers before the final
response, improving performance for resource loading optimization.

The status code is added to the existing status_codes! macro with proper
documentation referencing RFC 8297 Section 2.

Copy link

@vikanezrimaya vikanezrimaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change your commit messages to conform to the contributing guidelines. Otherwise the patch is so trivial I believe it doesn't even require a review and can be merged right away.

Add support for HTTP 103 Early Hints status code as defined in RFC 8297.
This allows servers to send preliminary response headers before the final
response, improving performance for resource loading optimization.

The status code is added to the existing status_codes! macro with proper
documentation referencing RFC 8297 Section 2.
@apu031
Copy link
Author

apu031 commented Nov 19, 2025

Please change your commit messages to conform to the contributing guidelines. Otherwise the patch is so trivial I believe it doesn't even require a review and can be merged right away.

Thank you very much @vikanezrimaya for pointing out the missing header type on my commit message. I have update the commit message following the guidelines.

@seanmonstar
Copy link
Member

Thanks for the PR! And the reminder to add this. I hope you don't mind, I merged #758 which was the same, but submitted several months ago. ❤️

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.

3 participants