preliminary 2.3.0 docs
[mdref/mdref-http] / http / Client / enableEvents.md
index de3889304fa2e53ee33587fb61eb40f1565d1a54..44112898618a8ffa0181366ae650ec8107325e32 100644 (file)
@@ -2,6 +2,9 @@
 
 Enable usage of an event library like libevent, which might improve performance with big socket sets.
 
+> ***NOTE:***  
+> This method has been deprecated in 2.3.0, please use http\Client::configure() instead.
+
 ## Params:
 
 * Optional bool $enable = true  
@@ -11,3 +14,13 @@ Enable usage of an event library like libevent, which might improve performance
 
 * http\Client, self.
 
+## Throws:
+
+* http\Exception\InvalidArgumentException
+* http\Exception\UnexpectedValueException
+
+## Changelog:
+
+Version | Change
+--------|-------
+2.3.0   | This method has been deprecated.