Skip to content

Commit

Permalink
feat: add support for setting additional HTTP request parameters (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: XueSi
  • Loading branch information
XueSiLf authored Oct 17, 2024
1 parent e815211 commit c6ce7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseFunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,6 @@ private function toRequestJson(BaseCommand $request): ?string
public function setOnceHeaders(array $onceHeaders)
{
$this->onceHeaders = $onceHeaders;
return $this;
}
}

0 comments on commit c6ce7f2

Please sign in to comment.