-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_handler
More file actions
50 lines (50 loc) · 1.11 KB
/
test_handler
File metadata and controls
50 lines (50 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- python-requests/2.23.0
method: GET
uri: https://api.trade.gov/v1/some_endpoint/freshen.json?api_key=mykey
response:
body:
string: '{"success":"some_endpoint:v1 API freshened"}'
headers:
Access-Control-Allow-Origin:
- '*'
Cache-Control:
- max-age=0, private, must-revalidate
Connection:
- keep-alive
Content-Length:
- '41'
Content-Type:
- application/json; charset=utf-8
Date:
- Thu, 05 Mar 2020 14:49:06 GMT
ETag:
- W/"3e938e9d6256439d24d0b74df22437b4"
Server:
- Apache
Status:
- 200 OK
Strict-Transport-Security:
- max-age=10886400; includeSubdomains
X-Content-Type-Options:
- nosniff
X-Frame-Options:
- SAMEORIGIN
X-Request-Id:
- 860f035a-2513-4178-930f-a42f21e3f016
X-XSS-Protection:
- 1; mode=block
status:
code: 200
message: OK
version: 1