mdref.json config
[mdref/mdref-http] / http / Env.md
index e33774a845a2296ebf57602cc9b181d9074ea3ea..f695c199d1f9e7faaed6befe790c3ab717a67e9a 100644 (file)
@@ -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.
 
 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.
-