This is automatic generated document for things in Swow\Psr7\Message\ClientPsr17FactoryTrait class
Trait ClientPsr17FactoryTrait
Properties
protected $requestFactory protected $responseFactory Methods
Method __constructClientPsr17Factory
protected function __constructClientPsr17Factory ( ?UriFactoryInterface $uriFactory , ?StreamFactoryInterface $streamFactory , ?RequestFactoryInterface $requestFactory , ?ResponseFactoryInterface $responseFactory ) : void Method getRequestFactory
public function getRequestFactory ( ) : RequestFactoryInterface Method getResponseFactory
public function getResponseFactory ( ) : ResponseFactoryInterface Method setRequestFactory
public function setRequestFactory ( RequestFactoryInterface $requestFactory ) : static Method setResponseFactory
public function setResponseFactory ( ResponseFactoryInterface $responseFactory ) : static