Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing file #19

Merged
merged 5 commits into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
METADATA
Date: 2019-07-08 21:37:46.029 (UTC+10:00) Canberra, Melbourne, Sydney
Requested by code: C:\Users\AlanPC\Documents\GitHub\SystemTestingTools\Examples\MovieProject\MovieProject.Web\Startup.cs
Local machine: DESKTOP-ODVA6EU
User: DESKTOP-ODVA6EU\AlanPC
Using tool: SystemTestingTools 0.2.0.0 (https://github.com/AlanCS/SystemTestingTools/)
Observations:

REQUEST
get https://jsonplaceholder.typicode.com/users
Referer:https://github.com/AlanCS/SystemTestingTools

--!?@Divider: Any text BEFORE this line = comments, AFTER = response in Fiddler like format

HTTP/1.1 200 OK
Date:Mon, 08 Jul 2019 11:37:47 GMT
Transfer-Encoding:chunked
Connection:keep-alive
Set-Cookie:__cfduid=d8e43ce3272b469e858680c1724f8a7891562585867; expires=Tue, 07-Jul-20 11:37:47 GMT; path=/; domain=.typicode.com; HttpOnly
X-Powered-By:Express
Vary:Origin,Accept-Encoding
Access-Control-Allow-Credentials:true
Cache-Control:public, max-age=14400
Pragma:no-cache
X-Content-Type-Options:nosniff
ETag:W/"160d-1eMSsxeJRfnVLRBmYJSbCiJZ1qQ"
Via:1.1 vegur
CF-Cache-Status:HIT
Age:6471
Expect-CT:max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server:cloudflare
CF-RAY:4f31c4a6ea68a57c-NRT
Content-Type:application/json; charset=utf-8
Expires:Mon, 08 Jul 2019 15:37:47 GMT

[

{

"id": 1,

"name": "Leanne Graham",

"username": "Bret",

"email": "[email protected]",

"address": {

"street": "Kulas Light",

"suite": "Apt. 556",

"city": "Gwenborough",

"zipcode": "92998-3874",

"geo": {

"lat": "-37.3159",

"lng": "81.1496"

}

},

"phone": "1-770-736-8031 x56442",

"website": "hildegard.org",

"company": {

"name": "Romaguera-Crona",

"catchPhrase": "Multi-layered client-server neural-net",

"bs": "harness real-time e-markets"

}

}

]
Loading