HTTP/1.1 200 OK #状态行
Content-Type: application/json #响应头
Content-Length: 34
{ #响应体
"message": "请求成功",
"data": {
"name": "John Doe",
"age": 30
}
}
HTTP/1.1 200 OK #状态行
Content-Type: application/json #响应头
Content-Length: 34
{ #响应体
"message": "请求成功",
"data": {
"name": "John Doe",
"age": 30
}
}