From: Michael Wallner Date: Thu, 24 Apr 2014 13:22:50 +0000 (+0200) Subject: http\Body -> http\Message\Body X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=72d6bdbb1c40afb579687e04f9b2f3e690f5a489;p=mdref%2Fmdref-http http\Body -> http\Message\Body --- diff --git a/http/Env/getRequestBody.md b/http/Env/getRequestBody.md index 4fcd24a..52e5594 100644 --- a/http/Env/getRequestBody.md +++ b/http/Env/getRequestBody.md @@ -5,7 +5,7 @@ Retreive the current HTTP request's body. ## Parameters: * Optional string $body_class_name - A user class extending http\Body. + A user class extending http\Message\Body. ## Returns: