source/projects/octorest/test/fixtures/cassettes/test_client.TestClient.test_connect.json
2025-02-06 01:55:09 -07:00

188 lines
No EOL
5.7 KiB
JSON

{
"http_interactions": [
{
"recorded_at": "2016-07-25T14:01:55",
"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.CnetUw.3rrSWDs1yENR2SP_eCKEwuqH2ME; 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:55",
"request": {
"body": {
"encoding": "utf-8",
"string": "{\"command\": \"connect\"}"
},
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Content-Length": [
"22"
],
"Content-Type": [
"application/json"
],
"Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUw.3rrSWDs1yENR2SP_eCKEwuqH2ME"
],
"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.CnetUw.3rrSWDs1yENR2SP_eCKEwuqH2ME; 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:56",
"request": {
"body": {
"encoding": "utf-8",
"string": ""
},
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetUw.3rrSWDs1yENR2SP_eCKEwuqH2ME"
],
"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\": 115200, \n \"port\": \"/dev/ttyACM0\", \n \"printerProfile\": \"_default\", \n \"state\": \"Connecting\"\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": [
"546"
],
"Content-Type": [
"application/json"
],
"Server": [
"TornadoServer/4.0.1"
],
"Set-Cookie": [
"session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJSigpJNvRziTT1DY_K9XPxy_ELca30dXHLigoJyvHLysiOCvc18jUKNYoMcbRVqtVRykxJzSvJLKnUSywtyYgvqSxIVbLKK83JQZJBMj3CyK08MdAWrLO0OLUoHqtcLQB_4zOk.CnetVA.bm6hI_J1ZS5vcNgeovT-gyl0XZA; 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"
}