Skip to content

Commit 75aeb1c

Browse files
committed
1 parent d3ad6ad commit 75aeb1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

angular-http-status.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ angular
44
CONTINUE: 100, // RFC7231 @6.2.1 : https://tools.ietf.org/html/rfc7231#section-6.2.1
55
SWITCHING_PROTOCOLS: 101, // RFC7231 @6.2.2 : https://tools.ietf.org/html/rfc7231#section-6.2.2
66
PROCESSING: 102, // RFC2518 : https://tools.ietf.org/html/rfc2518
7+
HEURISTIC_EXPIRATION: 113, // RFC7234 @5.5.4 : https://tools.ietf.org/html/rfc7234#section-5.5.4
8+
MISCELLANEOUS_WARNING: 199, // RFC7234 @5.5.5 : https://tools.ietf.org/html/rfc7234#section-5.5.5
79

810
OK: 200, // RFC7231 @6.3.1 : https://tools.ietf.org/html/rfc7231#section-6.3.1
911
CREATED: 201, // RFC7231 @6.3.2 : https://tools.ietf.org/html/rfc7231#section-6.3.2
@@ -14,7 +16,9 @@ angular
1416
PARTIAL_CONTENT: 206, // RFC7233 @4.1 : https://tools.ietf.org/html/rfc7233#section-4.1
1517
MULTI_STATUS: 207, // RFC4918 : https://tools.ietf.org/html/rfc4918
1618
ALREADY_REPORTED: 208, // RFC5842 : https://tools.ietf.org/html/rfc5842
19+
TRANSFORMATION_APPLIED: 214, // RFC7234 @5.5.6 : https://tools.ietf.org/html/rfc7234#section-5.5.6
1720
IM_USED: 226, // RFC3239 : https://tools.ietf.org/html/rfc3239
21+
MISCELLANEOUS_PERSISTENT_WARNING: 299,// RFC7234 @5.5.7 : https://tools.ietf.org/html/rfc7234#section-5.5.7
1822

1923
MULTIPLE_CHOICES: 300, // RFC7231 @6.4.1 : https://tools.ietf.org/html/rfc7231#section-6.4.1
2024
MOVED_PERMANENTLY: 301, // RFC7231 @6.4.2 : https://tools.ietf.org/html/rfc7231#section-6.4.2
@@ -90,4 +94,4 @@ angular
9094
: undefined;
9195
}
9296
};
93-
}]);
97+
}]);

0 commit comments

Comments
 (0)