documentation
documentation copied to clipboard
Documentation for PHP-HTTP including HTTPlug
Listed the client under the Clients & Adapters chapter. Is that okay with you, even if the client itself is actually in the `client-common` package? I don’t think users will...
this plugin is in php-http/client-common but is not mentioned in the documentation at all
The plugin has some new parameters that should be documented.
https://github.com/php-http/cache-plugin/blob/b2f15cee4ff46f61f7b90137b41627d17fd57be9/src/CachePlugin.php#L55 is not in http://docs.php-http.org/en/latest/plugins/cache.html we should try to be a bit more verbose in the doc about what the algo means.
As per https://github.com/php-http/guzzle6-adapter/issues/39
This document became quite long. Maybe we should list the clients with links to them on the beggining of the page.
document what was added in https://github.com/php-http/message/pull/50
the message factory documentation is outdated. and we should explain how to get those factories, e.g. with a diactoros example. the client doc references http://php-http.readthedocs.org/en/latest/message/message-factory.html , we should explain how...
I really like the idea of a page that tells you how to migrate to HTTPlug. But I find our page hard to follow. The use of `code ref` does...