Created
November 17, 2015 22:50
-
-
Save akutz/78572c8aaf4419ff9514 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1 - - [17/Nov/2015:16:49:19 -0600] "POST /libStorage HTTP/1.1" 200 130 | |
------------------------------ HTTP REQUEST ------------------------------ | |
POST /libStorage HTTP/1.1 | |
Host: 127.0.0.1:65275 | |
Accept-Encoding: gzip | |
Content-Type: application/json | |
User-Agent: Go-http-client/1.1 | |
{"method":"libStorage.InitDrivers","params":[{"config":{"libstorage.drivers":["mockDriver"],"libstorage.host":"tcp://127.0.0.1:65275","libstorage.profiles.client":false,"libstorage.profiles.enabled":true,"libstorage.profiles.groups":["local=127.0.0.1"],"libstorage.service.http.logging.enabled":"true","libstorage.service.http.logging.err":"","libstorage.service.http.logging.logrequest":"true","libstorage.service.http.logging.logresponse":"true","libstorage.service.http.logging.out":"/tmp/libstorage.service.stdout.log","libstorage.service.readtimeout":60,"libstorage.service.writetimeout":60}}],"id":5577006791947779410} | |
------------------------------ HTTP RESPONSE ----------------------------- | |
X-Content-Type-Options=nosniff | |
Content-Type=application/json; charset=utf-8 | |
{"result":{"registeredDriverNames":["mockDriver"],"initializedDriverNames":["mockDriver"]},"error":null,"id":5577006791947779410} | |
127.0.0.1 - - [17/Nov/2015:16:49:19 -0600] "POST /libStorage HTTP/1.1" 200 80 | |
------------------------------ HTTP REQUEST ------------------------------ | |
POST /libStorage HTTP/1.1 | |
Host: 127.0.0.1:65275 | |
Accept-Encoding: gzip | |
Content-Type: application/json | |
User-Agent: Go-http-client/1.1 | |
{"method":"libStorage.GetRegisteredDriverNames","params":[{}],"id":8674665223082153551} | |
------------------------------ HTTP RESPONSE ----------------------------- | |
X-Content-Type-Options=nosniff | |
Content-Type=application/json; charset=utf-8 | |
{"result":{"driverNames":["mockDriver"]},"error":null,"id":8674665223082153551} | |
127.0.0.1 - - [17/Nov/2015:16:49:19 -0600] "POST /libStorage HTTP/1.1" 200 130 | |
------------------------------ HTTP REQUEST ------------------------------ | |
POST /libStorage HTTP/1.1 | |
Host: 127.0.0.1:65277 | |
Accept-Encoding: gzip | |
Content-Type: application/json | |
User-Agent: Go-http-client/1.1 | |
{"method":"libStorage.InitDrivers","params":[{"config":{"libstorage.drivers":["mockDriver"],"libstorage.host":"tcp://127.0.0.1:65277","libstorage.profiles.client":false,"libstorage.profiles.enabled":true,"libstorage.profiles.groups":["local=127.0.0.1"],"libstorage.service.http.logging.enabled":"true","libstorage.service.http.logging.err":"","libstorage.service.http.logging.logrequest":"true","libstorage.service.http.logging.logresponse":"true","libstorage.service.http.logging.out":"/tmp/libstorage.service.stdout.log","libstorage.service.readtimeout":60,"libstorage.service.writetimeout":60}}],"id":6129484611666145821} | |
------------------------------ HTTP RESPONSE ----------------------------- | |
Content-Type=application/json; charset=utf-8 | |
X-Content-Type-Options=nosniff | |
{"result":{"registeredDriverNames":["mockDriver"],"initializedDriverNames":["mockDriver"]},"error":null,"id":6129484611666145821} | |
127.0.0.1 - - [17/Nov/2015:16:49:19 -0600] "POST /libStorage HTTP/1.1" 200 80 | |
------------------------------ HTTP REQUEST ------------------------------ | |
POST /libStorage HTTP/1.1 | |
Host: 127.0.0.1:65277 | |
Accept-Encoding: gzip | |
Content-Type: application/json | |
User-Agent: Go-http-client/1.1 | |
{"method":"libStorage.GetInitializedDriverNames","params":[{}],"id":4037200794235010051} | |
------------------------------ HTTP RESPONSE ----------------------------- | |
X-Content-Type-Options=nosniff | |
Content-Type=application/json; charset=utf-8 | |
{"result":{"driverNames":["mockDriver"]},"error":null,"id":4037200794235010051} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment