| Code | Meaning | Best use / example | |------|---------|--------------------| | 200 | OK | GET/PUT/PATCH successful | | 201 | Created | Resource created via POST | | 202 | Accepted | Request accepted but not yet processed (async) | | 204 | No Content | DELETE successful, no response body |
The next version of HTTP, HTTP/3.0, is already on the horizon. Based on the QUIC (Quick UDP Internet Connections) protocol, HTTP/3.0 promises to further improve performance and security.