X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FgetRequestBody.md;h=eaadc0d5058301155bd8d13ff4f9913c9f6e2d4a;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=512128d12282dfdd971495764b95a8409b2957e5;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env/getRequestBody.md b/http/Env/getRequestBody.md index 512128d..eaadc0d 100644 --- a/http/Env/getRequestBody.md +++ b/http/Env/getRequestBody.md @@ -4,12 +4,12 @@ Retreive the current HTTP request's body. ## Parameters: -* Optional ```string $body_class_name``` +* Optional string $body_class_name A user class extending http\Body. ## Returns: -* ```http\Message\Body``` instance representing the request body +* http\Message\Body instance representing the request body ## Throws: