You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/message-factory.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ This package provides interfaces for PSR-7 factories including:
19
19
-`StreamFactory`
20
20
-`UploadedFileFactory` - WIP (PRs welcome)
21
21
-`UriFactory`
22
-
-`ClientContextFactory` (Combines `MessageFactory`, `StreamFactory` and `UriFactory`)
23
22
24
23
25
24
A [virtual package](virtual-package.md) ([php-http/message-factory-implementation](https://packagist.org/providers/php-http/message-factory-implementation)) MAY be introduced which MUST be versioned together with this package.
@@ -36,24 +35,3 @@ class MyFactory implements SomeFactory
36
35
37
36
}
38
37
```
39
-
40
-
41
-
### Factory awares and templates
42
-
43
-
For each factory there is a helper interface and trait to ease injecting them into other objects (such as HTTP clients).
0 commit comments