-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Milestone
Description
When I integrated the Http/HttpRequest object into the main Crown module it seemed silly to have two different Request objects in the one library. They both model the same thing so we should have a common ancestor in there object hierarchy. While we're at it, there is a PSR recommended interface for http request objects:
https://packagist.org/packages/psr/http-message
Interestingly they call it a message rather than a request. We should future proof ourselves by working with this interface if we want to stay php-fig compliant.
Reactions are currently unavailable