Skip to content

Commit

Permalink
Added default options info.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-KaiNet committed Jul 30, 2020
1 parent c00c0c4 commit 9f3b27d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ process.env['_sp_request_headers'] = JSON.stringify({
'X-FORMS_BASED_AUTH_ACCEPTED': 'f'
});
```
## Default options set by `sp-request`

```javascript
{
responseType: 'json',
resolveBodyOnly: false,
rejectUnauthorized: false,
retry: 0
}
```

## Development:

Expand Down

0 comments on commit 9f3b27d

Please sign in to comment.