Use PSR-7 #53

Closed
opened 2017-05-27 08:14:45 -04:00 by jking · 2 comments
Owner

PHP-FIG published PSR-7, a model for representing HTTP requests and responses in a consistent and coherent way. Currently Arsse has its own ad hoc lightweight representation, but switching to a tested PSR-7 implementation (such as that provided by Guzzle) would probably reduce the potential for bugs.

PHP-FIG published [PSR-7](http://www.php-fig.org/psr/psr-7/), a model for representing HTTP requests and responses in a consistent and coherent way. Currently Arsse has its own ad hoc lightweight representation, but switching to a tested PSR-7 implementation (such as that provided by [Guzzle](https://github.com/guzzle/psr7)) would probably reduce the potential for bugs.
jking modified the milestone from Future to 0.3.0 2018-01-06 11:40:37 -05:00
Author
Owner

For the time being, we will be using Diactoros for PSR-7 functionality. It provides significantly more compelling features than Guzzle.

For the time being, we will be using [Diactoros](https://zendframework.github.io/zend-diactoros/overview/) for PSR-7 functionality. It provides significantly more compelling features than Guzzle.
jking closed this issue 2018-01-07 12:59:14 -05:00
Author
Owner

Authentication is not properly handled via the server requests; this needs to be done to complete functionality.

Authentication is not properly handled via the server requests; this needs to be done to complete functionality.
jking reopened this issue 2018-01-09 12:31:18 -05:00
jking closed this issue 2018-01-11 15:48:37 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#53
No description provided.