hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

Add StatusCode::EARLY_HINTS and TOO_EARLY constants #453

Open dekellum opened 3 years ago

dekellum commented 3 years ago

The StatusCode docs imply full coverage of IANA status codes and these two were added after the original implementation.

Its a highly safe change, but I'd wait for 1.0.0, treating it more like a new feature.

Closes #439

c410-f3r commented 2 years ago

@seanmonstar This PR is very trivial and shouldn't take much time to review