Skip to content

Instantly share code, notes, and snippets.

@stajs
Created June 22, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stajs/ac8c0666220296b73a53 to your computer and use it in GitHub Desktop.
Save stajs/ac8c0666220296b73a53 to your computer and use it in GitHub Desktop.
Malone History
[
{
"Guid": "2efcf142-e90b-4dd2-8b05-5cd36c921f70",
"At": "2015-06-22T08:33:56.1652179+00:00",
"Url": "http://httpbin.org/get",
"Method": 0,
"Body": "",
"Headers": [
{
"Name": "Accept",
"Value": "text/xml"
},
{
"Name": "Accept-Encoding",
"Value": "gzip,deflate"
},
{
"Name": "Content-Type",
"Value": "text/xml"
}
],
"Response": {
"Guid": "68e4ea7b-6ae6-47a4-b9d6-e9103b7cbba6",
"At": "2015-06-22T08:33:56.1751472+00:00",
"HttpStatusCode": 200,
"ContentType": "application/json",
"Body": "{\n \"args\": {}, \n \"headers\": {\n \"Accept\": \"text/xml\", \n \"Accept-Encoding\": \"gzip,deflate\", \n \"Cache-Control\": \"max-stale=0\", \n \"Host\": \"httpbin.org\", \n \"User-Agent\": \"RestSharp/105.1.0.0\"\n }, \n \"origin\": \"203.184.50.124\", \n \"url\": \"http://httpbin.org/get\"\n}\n",
"Headers": [
{
"Name": "Access-Control-Allow-Origin",
"Value": "*"
},
{
"Name": "Access-Control-Allow-Credentials",
"Value": "true"
},
{
"Name": "Connection",
"Value": "Keep-Alive"
},
{
"Name": "Age",
"Value": "296"
},
{
"Name": "Content-Length",
"Value": "277"
},
{
"Name": "Content-Type",
"Value": "application/json"
},
{
"Name": "Date",
"Value": "Mon, 22 Jun 2015 08:29:18 GMT"
},
{
"Name": "Server",
"Value": "nginx"
}
]
},
"NamedAuthorizationState": {
"Guid": "71a24d54-a23d-4677-ac7a-fb8da5b711a4",
"Name": "<Anonymous>",
"AuthorizationState": null,
"IsHistorical": false
},
"ResponseTime": "10ms",
"BaseUrl": "http://httpbin.org",
"ResourcePath": "get"
},
{
"Guid": "6724d3b0-6ee4-4f95-ae01-994fbc5acfa0",
"At": "2015-06-22T08:33:54.1433677+00:00",
"Url": "http://httpbin.org/post",
"Method": 1,
"Body": "<some-xml>Amazeballs</some-xml>",
"Headers": [
{
"Name": "Accept",
"Value": "text/xml"
},
{
"Name": "Accept-Encoding",
"Value": "gzip,deflate"
},
{
"Name": "Content-Type",
"Value": "text/xml"
}
],
"Response": {
"Guid": "6744bce6-2e08-4343-9bff-5ebecae28b3d",
"At": "2015-06-22T08:33:54.588066+00:00",
"HttpStatusCode": 200,
"ContentType": "application/json",
"Body": "{\n \"args\": {}, \n \"data\": \"<some-xml>Amazeballs</some-xml>\", \n \"files\": {}, \n \"form\": {}, \n \"headers\": {\n \"Accept\": \"text/xml\", \n \"Accept-Encoding\": \"gzip,deflate\", \n \"Content-Length\": \"31\", \n \"Content-Type\": \"text/xml\", \n \"Host\": \"httpbin.org\", \n \"User-Agent\": \"RestSharp/105.1.0.0\"\n }, \n \"json\": null, \n \"origin\": \"203.184.50.124\", \n \"url\": \"http://httpbin.org/post\"\n}\n",
"Headers": [
{
"Name": "Access-Control-Allow-Origin",
"Value": "*"
},
{
"Name": "Access-Control-Allow-Credentials",
"Value": "true"
},
{
"Name": "Connection",
"Value": "Keep-Alive"
},
{
"Name": "Content-Length",
"Value": "397"
},
{
"Name": "Content-Type",
"Value": "application/json"
},
{
"Name": "Date",
"Value": "Mon, 22 Jun 2015 08:34:12 GMT"
},
{
"Name": "Server",
"Value": "nginx"
}
]
},
"NamedAuthorizationState": {
"Guid": "71a24d54-a23d-4677-ac7a-fb8da5b711a4",
"Name": "<Anonymous>",
"AuthorizationState": null,
"IsHistorical": false
},
"ResponseTime": "445ms",
"BaseUrl": "http://httpbin.org",
"ResourcePath": "post"
},
{
"Guid": "5a1fe888-2070-49e0-865c-b5dac9bde56a",
"At": "2015-06-22T08:33:48.6854959+00:00",
"Url": "http://httpbin.org/post",
"Method": 0,
"Body": "<some-xml>Amazeballs</some-xml>",
"Headers": [
{
"Name": "Accept",
"Value": "text/xml"
},
{
"Name": "Accept-Encoding",
"Value": "gzip,deflate"
},
{
"Name": "Content-Type",
"Value": "text/xml"
}
],
"Response": {
"Guid": "acef281a-b269-4502-8f89-feb0cfb0da50",
"At": "2015-06-22T08:33:49.0984631+00:00",
"HttpStatusCode": 405,
"ContentType": "text/html",
"Body": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>405 Method Not Allowed</title>\n<h1>Method Not Allowed</h1>\n<p>The method is not allowed for the requested URL.</p>\n",
"Headers": [
{
"Name": "Allow",
"Value": "POST, OPTIONS"
},
{
"Name": "Access-Control-Allow-Origin",
"Value": "*"
},
{
"Name": "Access-Control-Allow-Credentials",
"Value": "true"
},
{
"Name": "Connection",
"Value": "Keep-Alive"
},
{
"Name": "Content-Length",
"Value": "178"
},
{
"Name": "Content-Type",
"Value": "text/html"
},
{
"Name": "Date",
"Value": "Mon, 22 Jun 2015 08:34:07 GMT"
},
{
"Name": "Server",
"Value": "nginx"
}
]
},
"NamedAuthorizationState": {
"Guid": "71a24d54-a23d-4677-ac7a-fb8da5b711a4",
"Name": "<Anonymous>",
"AuthorizationState": null,
"IsHistorical": false
},
"ResponseTime": "413ms",
"BaseUrl": "http://httpbin.org",
"ResourcePath": "post"
},
{
"Guid": "66437cad-4ce9-48e3-86da-8dc3d80d55e2",
"At": "2015-06-22T08:32:57.6781343+00:00",
"Url": "http://httpbin.org/xml",
"Method": 0,
"Body": "",
"Headers": [
{
"Name": "Accept",
"Value": "text/xml"
},
{
"Name": "Accept-Encoding",
"Value": "gzip,deflate"
},
{
"Name": "Content-Type",
"Value": "text/xml"
}
],
"Response": {
"Guid": "46381da2-b916-43bc-94df-0787a0fb896f",
"At": "2015-06-22T08:32:57.691291+00:00",
"HttpStatusCode": 200,
"ContentType": "application/xml",
"Body": "<?xml version='1.0' encoding='us-ascii'?>\n\n<!-- A SAMPLE set of slides -->\n\n<slideshow \n title=\"Sample Slide Show\"\n date=\"Date of publication\"\n author=\"Yours Truly\"\n >\n\n <!-- TITLE SLIDE -->\n <slide type=\"all\">\n <title>Wake up to WonderWidgets!</title>\n </slide>\n\n <!-- OVERVIEW -->\n <slide type=\"all\">\n <title>Overview</title>\n <item>Why <em>WonderWidgets</em> are great</item>\n <item/>\n <item>Who <em>buys</em> WonderWidgets</item>\n </slide>\n\n</slideshow>",
"Headers": [
{
"Name": "Access-Control-Allow-Origin",
"Value": "*"
},
{
"Name": "Access-Control-Allow-Credentials",
"Value": "true"
},
{
"Name": "Connection",
"Value": "Keep-Alive"
},
{
"Name": "Age",
"Value": "74"
},
{
"Name": "Content-Length",
"Value": "522"
},
{
"Name": "Content-Type",
"Value": "application/xml"
},
{
"Name": "Date",
"Value": "Mon, 22 Jun 2015 08:32:02 GMT"
},
{
"Name": "Server",
"Value": "nginx"
}
]
},
"NamedAuthorizationState": {
"Guid": "71a24d54-a23d-4677-ac7a-fb8da5b711a4",
"Name": "<Anonymous>",
"AuthorizationState": null,
"IsHistorical": false
},
"ResponseTime": "13ms",
"BaseUrl": "http://httpbin.org",
"ResourcePath": "xml"
},
{
"Guid": "0c84808e-b291-48c7-9ae5-d66099975405",
"At": "2015-06-22T08:27:07.7019108+00:00",
"Url": "http://httpstat.us/500",
"Method": 0,
"Body": "",
"Headers": [
{
"Name": "Accept",
"Value": "text/xml"
},
{
"Name": "Accept-Encoding",
"Value": "gzip,deflate"
},
{
"Name": "Content-Type",
"Value": "text/xml"
}
],
"Response": {
"Guid": "a0fd6252-f60b-40cd-b91b-4254dc8523d6",
"At": "2015-06-22T08:27:07.9857488+00:00",
"HttpStatusCode": 500,
"ContentType": "text/plain; charset=utf-8",
"Body": "500 Internal Server Error",
"Headers": [
{
"Name": "X-AspNetMvc-Version",
"Value": "5.1"
},
{
"Name": "Access-Control-Allow-Origin",
"Value": "*"
},
{
"Name": "Connection",
"Value": "Keep-Alive"
},
{
"Name": "Content-Length",
"Value": "25"
},
{
"Name": "Cache-Control",
"Value": "private"
},
{
"Name": "Content-Type",
"Value": "text/plain; charset=utf-8"
},
{
"Name": "Date",
"Value": "Mon, 22 Jun 2015 08:27:26 GMT"
},
{
"Name": "Set-Cookie",
"Value": "ARRAffinity=2e08d880ca1721cfe5157827e382786a839d9f1c5d76ecf6b4a4e420ecdd9950;Path=/;Domain=httpstat.us"
},
{
"Name": "Server",
"Value": "Microsoft-IIS/8.0"
},
{
"Name": "X-AspNet-Version",
"Value": "4.0.30319"
},
{
"Name": "X-Powered-By",
"Value": "ASP.NET"
}
]
},
"NamedAuthorizationState": {
"Guid": "71a24d54-a23d-4677-ac7a-fb8da5b711a4",
"Name": "<Anonymous>",
"AuthorizationState": null,
"IsHistorical": false
},
"ResponseTime": "284ms",
"BaseUrl": "http://httpstat.us",
"ResourcePath": "500"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment