We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9947078 commit 7e1e501Copy full SHA for 7e1e501
README.markdown
@@ -21,7 +21,7 @@ more towards interactions with REST-based APIs.
21
(resourcefully/put "http://localhost:5984/my-db/doc1"
22
{} (json-str {:hello "world"}))
23
24
- (resourcefully/with-cookies
+ (resourcefully/with-cookies {}
25
(resourcefully/post "http://localhost:3000/login"
26
{} {"user" user "password" password})
27
(resourcefully/get "http://localhost:3000/my-secret-page))
0 commit comments