Skip to content

Commit

Permalink
http: changelog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 23, 2024
1 parent 15f4fbd commit 7c05ead
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
- Convert `agentOptions` to `tls`.The values should be the same.
- Convert `responseType` to `parseAs`. Note that this is really only useful for
JSON, and only needed if the server does not include a content-type response
heade.r
- The `authorisation` property is no longer needed, use state.configuration. The
`data` paramter is now `body`.
header.
- Convert `formData` to `form`.The values should be the same.
- The `authentication` or `auth` property is no longer needed, use
`state.configuration`.
- The `data` parameter is now `body`.

### Patch Changes

Expand Down

0 comments on commit 7c05ead

Please sign in to comment.