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 19453a4 commit d9b9043Copy full SHA for d9b9043
src/Body.php
@@ -5,7 +5,7 @@
5
use Psr\Http\Message\StreamInterface;
6
7
/**
8
- * Allows a more input types for body data
+ * Allows special input as body
9
*
10
* @author Márk Sági-Kazár <[email protected]>
11
*/
@@ -14,7 +14,7 @@ interface Body
14
15
* Returns a set of headers which is needed to correctly send the body
16
17
- * Note: these headers SHOULD be overwritten if any matching header is passed manually
+ * Note: these headers get overwritten by headers manually passed to the client
18
19
* Content-Length is calculated automatically if possible
20
src/Body/PlainText.php
0 commit comments