Skip to content

Commit

Permalink
feat: remove rawHeaders in shrink AnWeber/httpyac#165
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Dec 28, 2021
1 parent 5f34843 commit dc4aedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/responseStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class ResponseStore extends DisposeProvider implements IResponseStore {
delete response.request?.body;
delete response.parsedBody;
delete response.body;
delete response.rawHeaders;
delete response.rawBody;
delete response.prettyPrintBody;
}
Expand Down

0 comments on commit dc4aedc

Please sign in to comment.