php-http / documentation

Documentation for PHP-HTTP including HTTPlug
http://docs.php-http.org
MIT License
23 stars 55 forks source link

Rtd #291

Closed dbu closed 3 years ago

dbu commented 3 years ago
Q A
Bug fix? no yes
New feature? no yes
BC breaks? no yes
Deprecations? no yes
Related tickets fixes #X, partially #Y, mentioned in #Z
Documentation if this is a new feature, link to pull request in https://github.com/php-http/documentation that adds relevant documentation
License MIT

What's in this PR?

Explain what the changes in this PR do.

Why?

Which problem does the PR fix? (remove this section if you linked an issue above)

Example Usage

// If you added new features, show examples of how to use them here
// (remove this section if not a new feature)

$foo = new Foo();

// Now we can do
$foo->doSomething();

Checklist

To Do