The list and decoding of HTTP status codes. At the moment, the app contains 5 classes:
- 1xx (informational);
- 2xx (processing);
- 3xx (Redirection);
- 4xx (error on the client side);
- 5xx (error on the server side).
- 1xx (informational);
- 2xx (processing);
- 3xx (Redirection);
- 4xx (error on the client side);
- 5xx (error on the server side).
Show More