- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 49字
- 2021-07-03 00:02:19
Reading blog post
- Request: GET /posts/1 HTTP/1.1
- Response:
{id:1, title:"Awesome Post", content:"This is an awesome post", link: "/posts/1" }
- Response code: 200 OK
Note, if a blog post with an ID provided (in the current case, 1) does not exist, it should return 404, which means resource Not Found.
推薦閱讀
- Java語言程序設計
- Spring技術內幕:深入解析Spring架構與設計
- Vue.js 3.x從入門到精通(視頻教學版)
- PHP+MySQL網站開發技術項目式教程(第2版)
- Hands-On Microservices with Kotlin
- C語言程序設計學習指導與習題解答
- Learning OpenStack Networking(Neutron)
- Android系統級深入開發
- JavaScript腳本特效編程給力起飛
- Emgu CV Essentials
- Unity Character Animation with Mecanim
- Mastering VMware Horizon 7(Second Edition)
- INSTANT Apache ServiceMix How-to
- 從零開始:C語言快速入門教程
- Java 9:Building Robust Modular Applications