source/projects/octorest/test/fixtures/cassettes/test_client.TestClient.test_disconnect.json

188 lines
5.7 KiB
JSON
Raw Normal View History

2025-02-06 08:55:09 +00:00
{
"http_interactions": [
{
"recorded_at": "2016-07-25T14:01:54",
"request": {
"body": {
"encoding": "utf-8",
"string": ""
},
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"User-Agent": [
"python-requests/2.10.0"
],
"X-Api-Key": [
"YouShallNotPass"
]
},
"method": "GET",
"uri": "http://printer15.local/api/version"
},
"response": {
"body": {
"encoding": null,
"string": "{\n \"api\": \"0.1\", \n \"server\": \"1.2.2\"\n}"
},
"headers": {
"Content-Length": [
"40"
],
"Content-Type": [
"application/json"
],
"Server": [
"TornadoServer/4.0.1"
],
"Set-Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUg.I8LCvGIeN6LtifggZbPYX7IVeDM; Path=/; HttpOnly"
],
"X-Clacks-Overhead": [
"GNU Terry Pratchett"
]
},
"status": {
"code": 200,
"message": "OK"
},
"url": "http://printer15.local/api/version"
}
},
{
"recorded_at": "2016-07-25T14:01:54",
"request": {
"body": {
"encoding": "utf-8",
"string": "{\"command\": \"disconnect\"}"
},
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Content-Length": [
"25"
],
"Content-Type": [
"application/json"
],
"Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUg.I8LCvGIeN6LtifggZbPYX7IVeDM"
],
"User-Agent": [
"python-requests/2.10.0"
],
"X-Api-Key": [
"YouShallNotPass"
]
},
"method": "POST",
"uri": "http://printer15.local/api/connection"
},
"response": {
"body": {
"encoding": "utf-8",
"string": ""
},
"headers": {
"Cache-Control": [
"no-cache"
],
"Content-Length": [
"0"
],
"Content-Type": [
"text/html; charset=utf-8"
],
"Server": [
"TornadoServer/4.0.1"
],
"Set-Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUg.I8LCvGIeN6LtifggZbPYX7IVeDM; Path=/; HttpOnly"
],
"X-Clacks-Overhead": [
"GNU Terry Pratchett"
]
},
"status": {
"code": 204,
"message": "NO CONTENT"
},
"url": "http://printer15.local/api/connection"
}
},
{
"recorded_at": "2016-07-25T14:01:55",
"request": {
"body": {
"encoding": "utf-8",
"string": ""
},
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUg.I8LCvGIeN6LtifggZbPYX7IVeDM"
],
"User-Agent": [
"python-requests/2.10.0"
],
"X-Api-Key": [
"YouShallNotPass"
]
},
"method": "GET",
"uri": "http://printer15.local/api/connection"
},
"response": {
"body": {
"encoding": null,
"string": "{\n \"current\": {\n \"baudrate\": null, \n \"port\": null, \n \"printerProfile\": \"_default\", \n \"state\": \"Closed\"\n }, \n \"options\": {\n \"baudratePreference\": 115200, \n \"baudrates\": [\n 115200, \n 250000, \n 230400, \n 57600, \n 38400, \n 19200, \n 9600\n ], \n \"portPreference\": \"/dev/ttyACM0\", \n \"ports\": [\n \"/dev/ttyACM0\"\n ], \n \"printerProfilePreference\": \"_default\", \n \"printerProfiles\": [\n {\n \"id\": \"_default\", \n \"name\": \"Default\"\n }\n ]\n }\n}"
},
"headers": {
"Content-Length": [
"530"
],
"Content-Type": [
"application/json"
],
"Server": [
"TornadoServer/4.0.1"
],
"Set-Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUw.3rrSWDs1yENR2SP_eCKEwuqH2ME; Path=/; HttpOnly"
],
"X-Clacks-Overhead": [
"GNU Terry Pratchett"
]
},
"status": {
"code": 200,
"message": "OK"
},
"url": "http://printer15.local/api/connection"
}
}
],
"recorded_with": "betamax/0.7.1"
}