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: README.md
+46-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
10
10
This package contains a collection of classes that implements [Psr\Http\Message\ResponseInterface](https://github.com/php-fig/http-message/blob/master/src/ResponseInterface.php) from [PSR-7 HTTP Message](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md) in accordance with the [RFC 7230](https://tools.ietf.org/html/rfc7230) and [RFC 7231](https://tools.ietf.org/html/rfc7231) specifications.
11
11
12
+
Depends on the [httpsoft/http-message](https://github.com/httpsoft/http-message) package.
13
+
12
14
## Documentation
13
15
14
16
*[In English language](https://httpsoft.org/docs/response).
@@ -22,7 +24,50 @@ This package requires PHP version 7.4 or later.
0 commit comments