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 ------ -