We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbfc61 commit 4ee07aeCopy full SHA for 4ee07ae
README.md
@@ -63,6 +63,12 @@ $responseFactory = Discover::httpResponseFactory();
63
// Returns a PSR-17 StreamFactoryInterface instance
64
$streamFactory = Discover::httpStreamFactory();
65
66
+// Returns a PSR-17 UploadedFileFactoryInterface instance
67
+$uploadedFileFactory = Discover::httpUploadedFileFactory();
68
+
69
+// Returns a PSR-17 UriFactoryInterface instance
70
+$uriFactory = Discover::httpUriFactory();
71
72
// Returns a PSR-7 RequestInterface instance
73
$request = $requestFactory->createRequest('GET', 'https://example.com');
74
```
0 commit comments