Skip to content

Commit

Permalink
Adding documentation for response.request
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Apr 8, 2017
1 parent 84d9a41 commit 88cc84c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -354,7 +354,12 @@ The response for a request contains the following information.
headers: {},

// `config` is the config that was provided to `axios` for the request
config: {}
config: {},

// `request` is the request that generated this response
// It is the last ClientRequest instance in node.js (in redirects)
// and an XMLHttpRequest instance the browser
request: {}
}
```

Expand Down

0 comments on commit 88cc84c

Please sign in to comment.