Skip to content

Commit

Permalink
feat allow sending body in GET Request (AnWeber/vscode-httpyac#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Feb 19, 2023
1 parent f00c034 commit d4db4da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## (unreleased)

### Features

- allow sending body in GET Request (AnWeber/vscode-httpyac#179)

## 6.1.0 (2023-02-13)

#### Features
Expand Down
1 change: 1 addition & 0 deletions src/plugins/http/gotUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function getClientOptions(
decompress: true,
retry: 0,
throwHttpErrors: false,
allowGetBody: true,
headers: {
accept: '*/*',
'user-agent': 'httpyac',
Expand Down

0 comments on commit d4db4da

Please sign in to comment.