Skip to content

Commit

Permalink
Description of instance cookies parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
geronime committed Aug 29, 2012
1 parent bd6b313 commit c5e2b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -129,6 +129,8 @@ Request methods support following optional parameters:
+ `force_ignore` - use `UTF-8//IGNORE` target encoding in iconv
(default `false`)
+ `cookies` - set additional cookies for the request ( default `nil`)
+ these are just passed to curl instance, therefore string in format
`"name1=content1; name2=content;"`
+ `headers` - add custom HTTP headers to the request ( default `{}`)
+ optional _block_ given:
+ relevant only in case of enabled request per time period limitation
Expand Down

0 comments on commit c5e2b1c

Please sign in to comment.