This repository was archived by the owner on Aug 17, 2025. It is now read-only.
PSR-7 Review-2 readiness #39
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes made for the second review of PSR-7 include allowing empty paths in the URI. This has some implications for Conduit's path matching behavior.
Additionally, a few changes were made to each of the
MessageInterface,StreamableInterface(which was renamed toStreamInterface), and theRequestInterface, which required changes in the Conduit decorators for theServerRequestandResponseinstances.This patch includes a couple of new
MiddlewarePipetest cases that provide a grid showing expected behavior for path matching; in all, somewhere around 50 new cases are present that describe the various permutations that are allowed and expected.