X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv.md;h=f695c199d1f9e7faaed6befe790c3ab717a67e9a;hb=HEAD;hp=e33774a845a2296ebf57602cc9b181d9074ea3ea;hpb=20ec5ed652443fcdefc3961ed99bbc95973521bd;p=mdref%2Fmdref-http diff --git a/http/Env.md b/http/Env.md index e33774a..f695c19 100644 --- a/http/Env.md +++ b/http/Env.md @@ -1,11 +1,3 @@ -# class http\Env extends http\Object +# 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. -