HTTP status codes are three-digit numbers that provide a way for the server to inform the client about the status of their request. Below is a table listing commonly used HTTP status codes, their constant names, and reason phrases.
Code | Constant | Reason Phrase |
---|---|---|
100 | CONTINUE |
Continue |
101 | SWITCHING_PROTOCOLS |
Switching Protocols |
102 | PROCESSING |
Processing |