Methods
-
jar()
methods.js, line 331 -
returns a new cookie jar (instead of getting the jar from the request package)
Returns:
new tough CookieJar
Type Definitions
-
ChakramResponseObject
-
Encapsulates the results of a HTTP call into a single object
Properties:
Name Type Description errorError An error when applicable responseObject An http.IncomingMessage object bodyString | Buffer | Object The response body. Typically a JSON object unless the json option has been set to false, in which case will be either a String or Buffer jarObject A tough cookie jar urlString The request's original URL responseTimeNumber The time taken to make the request (including redirects) at millisecond resolution