update README
This commit is contained in:
parent
f6bfa11f6e
commit
c0808d3799
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -25,6 +25,9 @@ Quick Start
|
||||||
console.info(this);
|
console.info(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
* run the example/test.js
|
||||||
|
|
||||||
|
node examples/test.js
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -44,11 +47,16 @@ Usage
|
||||||
info(name) - Get information of result, see 'info' section
|
info(name) - Get information of result, see 'info' section
|
||||||
|
|
||||||
* Curl Control
|
* Curl Control
|
||||||
|
|
||||||
|
members
|
||||||
|
debug (default: false)
|
||||||
|
- logging node-curl debug info
|
||||||
|
|
||||||
methods:
|
methods:
|
||||||
void reset()
|
void reset()
|
||||||
- reset curl and set options to default options
|
- reset curl and set options to default options
|
||||||
|
|
||||||
void setDefaultOptions(options, reset = true)
|
void setDefaultOptions(options, reset = true)
|
||||||
- set default options
|
- set default options
|
||||||
|
|
||||||
curl create(defaultOptions)
|
curl create(defaultOptions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue