X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv.md;h=f695c199d1f9e7faaed6befe790c3ab717a67e9a;hb=HEAD;hp=5571b9df34a286dffd63652feebf69ec42dfd8e4;hpb=95e046983749327a4f1271b99badaae7a838ec67;p=mdref%2Fmdref-http diff --git a/http/Env.md b/http/Env.md index 5571b9d..f695c19 100644 --- a/http/Env.md +++ b/http/Env.md @@ -1,11 +1,3 @@ # class http\Env The http\Env class provides static methods to manipulate and inspect the server's current request's HTTP environment. - -## Request startup - -The http\Env module extends PHP's builtin POST data parser to be run also if -the request method is not POST. Additionally it will handle -application/json payloads if ext/json is available. Successfully -parsed JSON will be put right into the $_POST array. -