Added Unprocessable Entity HTTP code to fr::Http

This commit is contained in:
Fred Nicolson 2017-08-04 11:45:36 +01:00
parent 0bd41ec6bd
commit fcd97d2829

View File

@ -64,6 +64,7 @@ namespace fr
RequestedRangeNotSatisfiable = 416,
ExpectationFailed = 417,
ImATeapot = 418,
UnprocessableEntity = 422,
UpgradeRequired = 426,
PreconditionRequired = 428,
TooManyRequests = 429,