Skip to content

Commit

Permalink
docs: enhance http debug example (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsharvey authored Oct 18, 2021
1 parent 61a7743 commit 38f2206
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ custom.setHttpOptionsDefaults({
if (options.body) {
console.log('--> BODY %s', options.body);
}
if (options.form) {
console.log('--> FORM %s', options.form);
}
},
],
afterResponse: [
Expand Down

0 comments on commit 38f2206

Please sign in to comment.