Skip to content

Commit

Permalink
Merging 19faa85 into trunk-temp/pr-2777/2f23fc79-1fd0-4ed1-a4a6-3644e…
Browse files Browse the repository at this point in the history
…eadd670
  • Loading branch information
trunk-io[bot] authored Jan 13, 2025
2 parents 6ff92d9 + 19faa85 commit 3cab138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ export function createClient(options: ClientOptions): Client {
host: details.host,
path: details.path,
headers: Object.fromEntries(details.headers.entries()),
cookies: details.cookies,
query: details.query,
// TODO(#208): Re-add body
// body: details.body,
extra: details.extra,
Expand Down

0 comments on commit 3cab138

Please sign in to comment.