Mercurial
comparison postdog/history/fca62761-983e-c04b-2f77-c3bfde99f400.txt @ 114:e2a73e64e8e6
[Postdog] Got history working.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 06 Jan 2026 08:15:37 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 113:7a4e942814bc | 114:e2a73e64e8e6 |
|---|---|
| 1 https://httpbin.org/get | |
| 2 --- | |
| 3 GET | |
| 4 --- | |
| 5 Content-Type: application/json | |
| 6 --- | |
| 7 | |
| 8 --- | |
| 9 HTTP Status: 200 | |
| 10 | |
| 11 { | |
| 12 "args": {}, | |
| 13 "headers": { | |
| 14 "Accept": "*/*", | |
| 15 "Content-Type": "application/json", | |
| 16 "Host": "httpbin.org", | |
| 17 "X-Amzn-Trace-Id": "Root=1-695d2b83-44f5bafa141af3382d8e56b8" | |
| 18 }, | |
| 19 "origin": "134.128.194.38", | |
| 20 "url": "https://httpbin.org/get" | |
| 21 } | |
| 22 |