- Building Microservices with Go
- Nic Jackson
- 101字
- 2021-07-15 17:28:10
301 Moved Permanently
This tells the client that the resource they have requested has been permanently moved to a different location. Whilst this is traditionally used to redirect a page or resource from a web server it can also be useful to us when we are building our APIs. In the instance that we rename a collection we could use a 301 redirect to send the client to the correct location. This however should be used as an exception rather than the norm. Some clients do not implicitly follow 301 redirect and implementing this capability adds additional complexity for your consumers.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Learn TypeScript 3 by Building Web Applications
- Mastering OpenCV Android Application Programming
- Microsoft Dynamics 365 Extensions Cookbook
- Python 深度學習
- MongoDB for Java Developers
- JavaScript+Vue+React全程實例
- Scala程序員面試算法寶典
- Oracle GoldenGate 12c Implementer's Guide
- Spring Security Essentials
- Visual FoxPro 6.0程序設計
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- SignalR:Real-time Application Development(Second Edition)
- Java程序設計實用教程(第2版)
- 軟件測試技術