-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ | |
* Use stream and socket capabilities of the core of PHP to send HTTP requests | ||
* | ||
* @author Joel Wurtz <[email protected]> | ||
* | ||
* @final | ||
*/ | ||
class Client implements HttpClient | ||
{ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ | |
* | ||
* Writing and seeking is disable to avoid weird behaviors. | ||
* | ||
* @author Joel Wurtz <[email protected]> | ||
* @author Joel Wurtz <[email protected] | ||
* | ||
* @internal> | ||
*/ | ||
class Stream implements StreamInterface | ||
{ | ||
|