Sha256: ae9824ffedbf2995cf3b3ff426cfb6a0878fc35284eaeac64557533f8dee8378

Contents?: true

Size: 848 Bytes

Versions: 5

Compression:

Stored size: 848 Bytes

Contents

$ curl -vX PUT 'http://localhost:5984/nada/doc3' -d '{"ok":"surf"}'
* About to connect() to localhost port 5984 (#0)
*   Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 5984 (#0)
> PUT /nada/doc3 HTTP/1.1
> User-Agent: curl/7.19.6 (i386-apple-darwin10.0.0) libcurl/7.19.6 zlib/1.2.3
> Host: localhost:5984
> Accept: */*
> Content-Length: 13
> Content-Type: application/x-www-form-urlencoded
> 
< HTTP/1.1 201 Created
< Server: CouchDB/0.10.0 (Erlang OTP/R13B)
< Location: http://localhost:5984/nada/doc3
< Etag: "1-34de3386a65dc370c7989ec08155a4d2"
< Date: Sun, 01 Nov 2009 05:43:35 GMT
< Content-Type: text/plain;charset=utf-8
< Content-Length: 67
< Cache-Control: must-revalidate
< 
{"ok":true,"id":"doc3","rev":"1-34de3386a65dc370c7989ec08155a4d2"}
* Connection #0 to host localhost left intact
* Closing connection #0

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rufus-jig-0.1.4 put.txt
rufus-jig-0.1.3 put.txt
rufus-jig-0.1.2 put.txt
rufus-jig-0.1.1 put.txt
rufus-jig-0.1.0 put.txt