A suggestion and reply to the original thread about spending available 2018 budget
Project goal
To implement PSR-7 (HTTP messages) and PSR-15 (HTTP Middleware) into the Flow Framework.
Current status
@christianm started the initial work of getting the interfaces right for the PSR-7 implementation.
Pros
- By implementing PSR-7 we are following and supporting a industry standard around implementing HTTP request.
- Futher by implementing PSR-15 we are also following the standard about implementing Middleware in HTTP request, making it possible to split the HTTP Request handler - and Flow Framework in general - into smaller pieces
Cons
- This will be a rather breaking change since we are touching the fundamentals of how request are being made in Flow. Therefor, this should be the topic of a major release such as 6.0
Manpower required
I can’t honestly tell
Budget required
I can’t honestly tell