http-rs / http-rs/http-types

Support 449 `Retry With` Status Code

Open
#528 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
209
Forks
91
PR merge metrics
No merged PRs in 30d

Description

Could a 449 status code be added to `StatusCode`? It is a Microsoft Specific code, so that may make it out of scope, especially if adhering to [this list](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status). If so, could an `Other(u16)` option be added or is the objective to force failed conversion if not explicitly defined? https://http.dev/449

Contributor guide

Open the contributing guide

Research direction

Start by locating the StatusCode definition and the conversion behavior referenced in the issue. Check how unsupported HTTP codes are handled, then confirm whether 449 should be explicitly supported or represented through a fallback; done means the chosen behavior is covered by the existing project checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.