Skip to content

Instantly share code, notes, and snippets.

@geoffreyd
Created April 29, 2011 12:27
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 geoffreyd/948224 to your computer and use it in GitHub Desktop.
Save geoffreyd/948224 to your computer and use it in GitHub Desktop.
* About to connect() to commits.geoffreyd.com port 80 (#0)
* Trying 184.72.47.54... connected
* Connected to commits.geoffreyd.com (184.72.47.54) port 80 (#0)
* Server auth using Basic with user 'XXXX'
> POST /gitpost HTTP/1.1
> Authorization: Basic XXXXXX
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
> Host: commits.geoffreyd.com
> Accept: */*
> Content-Type:application/json
> Content-Length: 1116
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
< HTTP/1.1 201 Created
< Server: CouchDB/1.0.0 (Erlang OTP/R13B04)
< Date: Fri, 29 Apr 2011 12:25:19 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 15
<
* Connection #0 to host commits.geoffreyd.com left intact
* Closing connection #0
{"status":"ok"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment