You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Honestly, I was thinking of adding a reqwest::StatusCode::TOO_EARLY just to add an easy way for users to deal with it in case the server mistakenly returns it (I'm assuming that reqwest doesn't support early data or else this status code would already exist). Looking at it again today though, I just noticed that this was a re-export of HTTP StatusCode so maybe I'm making this request in the wrong place?
I was wondering if there was a reason reqwest don't support HTTP response status code 425 too early:
RFC Here: https://datatracker.ietf.org/doc/html/rfc8470
If this seems reasonable to add I'm happy to go through the code and raise a PR for this.
The text was updated successfully, but these errors were encountered: