Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Update HttpStatusCode enum to include additional codes #267

Closed
grumpydev opened this issue Aug 18, 2011 · 1 comment
Closed

Update HttpStatusCode enum to include additional codes #267

grumpydev opened this issue Aug 18, 2011 · 1 comment
Assignees
Milestone

Comments

@grumpydev
Copy link
Member

Such as 422 (for patch):

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

@ghost ghost assigned thecodejunkie Aug 18, 2011
@thecodejunkie
Copy link
Member

Removed duplicates

  • Ambiguous = 300,
  • Moved = 301,
  • Redirect = 302,
  • RedirectMethod = 303,
  • UseProxy = 305,
  • RedirectKeepVerb = 307

Renamed

  • Unused = 306 to SwitchProxy = 306

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants