projects
/
mdref
/
mdref-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3473a39
)
http\Body -> http\Message\Body
author
Michael Wallner
<mike@php.net>
Thu, 24 Apr 2014 13:22:50 +0000
(15:22 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 24 Apr 2014 13:22:50 +0000
(15:22 +0200)
http/Env/getRequestBody.md
patch
|
blob
|
history
diff --git
a/http/Env/getRequestBody.md
b/http/Env/getRequestBody.md
index 4fcd24a3217b13b1aee6f9ef088e8e7a5ef152af..52e5594363bed2baec07d08dd3e1e26c84172a3d 100644
(file)
--- 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: