Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created June 19, 2015 20:50
curl -v -H "X-Auth-Token: AUTH_tk9e251fb06ce84a0e9045a48c80775e6c" http://saio:8080/v1/AUTH_test/c/o -T 1MB -XPUT
* Hostname was NOT found in DNS cache
* Trying 192.168.56.2...
* Connected to saio (192.168.56.2) port 8080 (#0)
> PUT /v1/AUTH_test/c/o HTTP/1.1
> User-Agent: curl/7.37.1
> Host: saio:8080
> Accept: */*
> X-Auth-Token: AUTH_tk9e251fb06ce84a0e9045a48c80775e6c
> Content-Length: 1048576
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 201 Created
< Last-Modified: Fri, 19 Jun 2015 20:50:55 GMT
< Content-Length: 0
< Etag: b6d81b360a5672d80c27430f39153e2c
< Content-Type: text/html; charset=UTF-8
< X-Trans-Id: tx1f2b20b4725a4301bc7b3-00558480ae
< Date: Fri, 19 Jun 2015 20:50:54 GMT
<
* Connection #0 to host saio left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment