POST /post HTTP/1.1
Accept: application/json, */*;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: 18
Content-Type: application/json
Host: pie.dev
User-Agent: HTTPie/3.2.1
{
"hello": "world"
}
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
CF-Cache-Status: DYNAMIC
CF-RAY: 71f11bee2df27c74-LAX
Connection: keep-alive
Content-Encoding: gzip
Content-Type: application/json
Date: Wed, 22 Jun 2022 01:11:17 GMT
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Wlvo2%2B5PeLQWSSMgqJ5cL8MfG8yYtujgRxTJHs8QFNTSjcXzErjCNx6Gjk45jumt3KxkJMuTyrc%2FkC912NGxGLuUiSB86USObDGMFPk5Gaex4jeRidnNK946"}],"group":"cf-nel","max_age":604800}
Server: cloudflare
Transfer-Encoding: chunked
Via: 1.1 ts.com (squid/3.5.20)
X-Cache: MISS from ts.com
X-Cache-Lookup: MISS from ts.com:3128
alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
{
"args": {},
"data": "{\"hello\": \"world\"}",
"files": {},
"form": {},
"headers": {
"Accept": "application/json, */*;q=0.5",
"Accept-Encoding": "gzip",
"Cache-Control": "max-age=259200",
"Cdn-Loop": "cloudflare",
"Cf-Connecting-Ip": "58.213.34.25",
"Cf-Ipcountry": "CN",
"Cf-Ray": "71f11bee2df27c74-FRA",
"Cf-Visitor": "{\"scheme\":\"http\"}",
"Connection": "Keep-Alive",
"Content-Length": "18",
"Content-Type": "application/json",
"Host": "pie.dev",
"User-Agent": "HTTPie/3.2.1"
},
"json": {
"hello": "world"
},
"origin": "10.94.5.157,58.213.34.25",
"url": "http://pie.dev/post"
}