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
Reqwest's status codes have useful methods like is_client_error and is_redirection. It would be nice if nyquest implemented these too. Just a small speedbump I encountered when porting my reqwest app.