big update's coming
[mdref/mdref-http] / http / Client / getResponse.md
index e2dc7ca2e6836dc4978613511e37814fe5679979..00d3d95e5b2d06d23056887aec88915b02d530b1 100644 (file)
@@ -12,7 +12,12 @@ Retrieve the corresponding reponse of an already finished request, or the last r
 ## Returns:
 
 * http\Client\Response, the stored response for the request, or the last that was received.
-* NULL, if no response was found.
+* NULL, if no more response was available to pop, when no $request was given.
+
+## Throws:
+
+* http\Exception\InvalidArgumentException
+* http\Exception\UnexpectedValueException
 
 ## Example: