Skip to content

Commit 4402f93

Browse files
committed
- feat: add getter for the HttpWorker
1 parent 7a1f7d0 commit 4402f93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PSR7Worker.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ public function getWorker(): WorkerInterface
5454
return $this->httpWorker->getWorker();
5555
}
5656

57+
public function getHttpWorker(): HttpWorker
58+
{
59+
return $this->httpWorker;
60+
}
61+
5762
/**
5863
* @throws \JsonException
5964
*/

0 commit comments

Comments
 (0)