update README.
This commit is contained in:
parent
5dc00f43dc
commit
368cc3402b
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -41,8 +41,13 @@ Usage
|
||||||
* Retrieve Data from curl
|
* Retrieve Data from curl
|
||||||
|
|
||||||
members:
|
members:
|
||||||
status - Http Response code
|
status - Http Response code
|
||||||
body - Http body
|
body - Http body
|
||||||
|
|
||||||
|
url - the url set by curl(...)
|
||||||
|
options - the options set by curl(...)
|
||||||
|
defaultOptions - the defaultOptions
|
||||||
|
effectiveOptions - the options curl used
|
||||||
|
|
||||||
methods:
|
methods:
|
||||||
info(name) - Get information of result, see 'info' section
|
info(name) - Get information of result, see 'info' section
|
||||||
|
@ -74,6 +79,7 @@ Options
|
||||||
* node-curl Extra Options
|
* node-curl Extra Options
|
||||||
|
|
||||||
RAW - Returns Buffer instead of String in result.body
|
RAW - Returns Buffer instead of String in result.body
|
||||||
|
DEBUG - Replace curl.debug
|
||||||
|
|
||||||
* About slist parameters
|
* About slist parameters
|
||||||
|
|
||||||
|
@ -98,7 +104,3 @@ Infos
|
||||||
|
|
||||||
slist will be returns in Array
|
slist will be returns in Array
|
||||||
eg: CURLINFO_COOKIELIST
|
eg: CURLINFO_COOKIELIST
|
||||||
|
|
||||||
Hints
|
|
||||||
-----
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue