From 368cc3402b196b0c78b5dec3e8826063ca78c3a7 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Thu, 29 Nov 2012 17:03:23 +0800 Subject: [PATCH] update README. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f25c61b..f688788 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,13 @@ Usage * Retrieve Data from curl members: - status - Http Response code - body - Http body + status - Http Response code + body - Http body + + url - the url set by curl(...) + options - the options set by curl(...) + defaultOptions - the defaultOptions + effectiveOptions - the options curl used methods: info(name) - Get information of result, see 'info' section @@ -74,6 +79,7 @@ Options * node-curl Extra Options RAW - Returns Buffer instead of String in result.body + DEBUG - Replace curl.debug * About slist parameters @@ -98,7 +104,3 @@ Infos slist will be returns in Array eg: CURLINFO_COOKIELIST - -Hints ------ -