- 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.
推薦閱讀
- 程序員面試白皮書
- MongoDB for Java Developers
- UML+OOPC嵌入式C語言開發精講
- Python高級機器學習
- Learn Swift by Building Applications
- Building Mapping Applications with QGIS
- Building Serverless Applications with Python
- Linux Device Drivers Development
- 計算機應用基礎案例教程
- jQuery for Designers Beginner's Guide Second Edition
- 現代CPU性能分析與優化
- 程序員的成長課
- Python預測分析與機器學習
- Head First Kotlin程序設計
- Mastering R for Quantitative Finance