-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 parent
14eaba4
commit 0b00055
Showing
4 changed files
with
33 additions
and
4 deletions.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: [Nyholm, GrahamCampbell] | ||
tidelift: "packagist/guzzlehttp/command" |
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Copyright (c) 2015 Michael Dowling, https://github.com/mtdowling <[email protected]> | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 Michael Dowling <[email protected]> | ||
Copyright (c) 2014 Graham Campbell <[email protected]> | ||
Copyright (c) 2014 Jeremy Lindblom <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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 |
---|---|---|
|
@@ -114,7 +114,16 @@ Middleware can be added to the service client or underlying HTTP client to | |
implement additional behavior and customize the ``Command``-to-``Result`` and | ||
``Request``-to-``Response`` lifecycles, respectively. | ||
|
||
## Todo | ||
## Security | ||
|
||
* Middleware system and command vs request layers | ||
* The ``HandlerStack`` | ||
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/command/security/policy) for more information. | ||
|
||
## License | ||
|
||
Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information. | ||
|
||
## For Enterprise | ||
|
||
Available as part of the Tidelift Subscription | ||
|
||
The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-guzzlehttp-command?utm_source=packagist-guzzlehttp-command&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) |
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 |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
"description": "Provides the foundation for building command-based web service clients", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Graham Campbell", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/GrahamCampbell" | ||
}, | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "[email protected]", | ||
|
@@ -12,6 +17,11 @@ | |
"name": "Jeremy Lindblom", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/jeremeamia" | ||
}, | ||
{ | ||
"name": "Tobias Nyholm", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/Nyholm" | ||
} | ||
], | ||
"require": { | ||
|
@@ -32,5 +42,9 @@ | |
"branch-alias": { | ||
"dev-master": "1.2-dev" | ||
} | ||
}, | ||
"config": { | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
} | ||
} |