X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FClient.md;h=14626a7f78136e2ac27b5bf57aece85246fb6f23;hb=961f8a1687d70d07e07979cdd0c725f62ac4121f;hp=d86ad75f62ae6c1a85f49ebc14860afdbaba914d;hpb=8ade9952b52559ecd61d316aaa1923cb715e2085;p=mdref%2Fmdref-http diff --git a/http/Client.md b/http/Client.md index d86ad75..14626a7 100644 --- a/http/Client.md +++ b/http/Client.md @@ -2,6 +2,12 @@ The HTTP client. See http\Client\Curl's [options](http/Client/Curl#Options:) which is the only driver currently supported. +## Changelog: + +Version | Change +--------|------- +2.3.0 | Deprecated methods:
http\Client::enablePipelining() and
http\Client::enableEvents().
Added Methods:
http\Client::configure(),
http\Client::getAvailableConfiguration() and
http\Client::getAvailableOptions(). + ## Examples: ### Sending a simple GET request: