-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTests.HttpResponse.verified.txt
More file actions
40 lines (40 loc) · 942 Bytes
/
Tests.HttpResponse.verified.txt
File metadata and controls
40 lines (40 loc) · 942 Bytes
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
{
Status: 200 OK,
Headers: {
Access-Control-Allow-Credentials: true,
Alt-Svc: h3=":443",
cf-cache-status: DYNAMIC,
Connection: keep-alive,
Date: DateTime_1,
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800},
Server: cloudflare,
Vary: Origin,Access-Control-Request-Method,Access-Control-Request-Headers
},
Content: {
Headers: {
Content-Length: 274,
Content-Type: application/json
},
Value: {
slideshow: {
author: Yours Truly,
date: date of publication,
slides: [
{
title: Wake up to WonderWidgets!,
type: all
},
{
items: [
Why <em>WonderWidgets</em> are great,
Who <em>buys</em> WonderWidgets
],
title: Overview,
type: all
}
],
title: Sample Slide Show
}
}
}
}