namespace Http\Discovery
Object name | File name | Summary |
---|---|---|
ClassDiscovery | vendor/php-http/discovery/src/ClassDiscovery.php | Registry that based find results on class existence. |
Exception | vendor/php-http/discovery/src/Exception.php | An interface implemented by all discovery related exceptions. |
HttpAsyncClientDiscovery | vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php | Finds an HTTP Asynchronous Client. |
HttpClientDiscovery | vendor/php-http/discovery/src/HttpClientDiscovery.php | Finds an HTTP Client. |
MessageFactoryDiscovery | vendor/php-http/discovery/src/MessageFactoryDiscovery.php | Finds a Message Factory. |
NotFoundException | vendor/php-http/discovery/src/NotFoundException.php | Thrown when a discovery does not find any matches. |
Psr17Factory | vendor/php-http/discovery/src/Psr17Factory.php | A generic PSR-17 implementation. |
Psr17FactoryDiscovery | vendor/php-http/discovery/src/Psr17FactoryDiscovery.php | Finds PSR-17 factories. |
Psr18Client | vendor/php-http/discovery/src/Psr18Client.php | A generic PSR-18 and PSR-17 implementation. |
Psr18ClientDiscovery | vendor/php-http/discovery/src/Psr18ClientDiscovery.php | Finds a PSR-18 HTTP Client. |
StreamFactoryDiscovery | vendor/php-http/discovery/src/StreamFactoryDiscovery.php | Finds a Stream Factory. |
UriFactoryDiscovery | vendor/php-http/discovery/src/UriFactoryDiscovery.php | Finds a URI Factory. |