-
Notifications
You must be signed in to change notification settings - Fork 301
Allow Request to be extended by changing class name 'Request' to static #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0e38e4f
Solves issue #170: HTTP Header parsing is inconsistent
e4a79c6
Update Response.php
josch1710 6d480e2
Update the tests
josch1710 fe7e64b
Always lowercase header names.
josch1710 5ba05b5
Corrected namespace
josch1710 f8f9717
Fix typo
bluehaoran 0e9f402
Change specific named references to Request class to static (which ge…
bluehaoran b8141f7
Update HttpfulTest.php
josch1710 359d124
Don't lowercase header names
josch1710 5b01707
Removed remaining strtolower
1ecc328
Merge remote-tracking branch 'upstream/master'
fc8e427
Merge pull request #182 from josch1710/master
35dbd3a
Merge https://github.com/nategood/httpful
bluehaoran d58c12a
Version bump.
bluehaoran fdbbf55
Change package name.
bluehaoran ca002a5
rollback composer.json for merge
bluehaoran 0f2bd46
Rollback composer.json for pull request
bluehaoran 4e7d373
Revert the last few changes so this repo can exist independantly
bluehaoran 46be3de
As requested, revert to proper library name.
bluehaoran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this would be a breaking change. It's one I'm for but I believe we'll need to wait to do this until the next major release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been three years since the last mayor release, and about one year since the last release. I think it's time for some breaking changes :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no strong feelings about this one, one way or another.