comparison postdog/history/test.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 June: Park
7 ---
8
9 ---
10 HTTP Status: 200
11
12 {
13 "args": {},
14 "headers": {
15 "Accept": "*/*",
16 "Content-Type": "application/json",
17 "Host": "httpbin.org",
18 "X-Amzn-Trace-Id": "Root=1-695bdbd6-243c50b9737c539f43a5badc"
19 },
20 "origin": "134.128.194.38",
21 "url": "https://httpbin.org/get"
22 }
23