Commit Graph

2 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
2640d7b50d
Refactor the Http\Factory\ResponseFactory class
- Implements PSR-17 ResponseFactoryInterface
- Adds a static factory method
- Adds support for the httpsoft/http-message package
- Adds unit tests

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-18 17:37:29 -03:00
Maurício Meneghini Fauth
cef49dc8c3
Create the Http\Response class
Implements the Psr\Http\Message\ResponseInterface PSR-7 interface.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-15 17:25:04 -03:00