Commit 36b212e
Apu Islam
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.1 parent e7a7337 commit 36b212e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
0 commit comments