Skip to content

Commit

Permalink
- feat: add getter for the HttpWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyDiscord committed Jan 31, 2024
1 parent 7a1f7d0 commit 4402f93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PSR7Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ public function getWorker(): WorkerInterface
return $this->httpWorker->getWorker();
}

public function getHttpWorker(): HttpWorker
{
return $this->httpWorker;
}

/**
* @throws \JsonException
*/
Expand Down

0 comments on commit 4402f93

Please sign in to comment.