详解 HTTP 请求的组成部分
GET /api/users/123 HTTP/1.1
Host: api.example.com
Content-Type: application/json
Authorization: Bearer token123
{ "name": "张三", "email": "zhangsan@example.com" }