- Building Microservices with Go
- Nic Jackson
- 52字
- 2021-07-15 17:28:10
3xx Redirection
The 3xx indicate class of status codes indicates that the client must take additional action to complete the request. Many of these status codes are used by CDNs and other content redirection techniques, however, code 304 can exceptionally useful when designing our APIs to provide semantic feedback to the client.
推薦閱讀