2.2.0
[mdref/mdref-http] / http / Env.md
index d75dbf2a7b30a343854f94b081befe37f7b5931b..5571b9df34a286dffd63652feebf69ec42dfd8e4 100644 (file)
@@ -1,11 +1,11 @@
-# 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 class provides static methods to manipulate and inspect the server's current request's HTTP environment.
 
 ## Request startup
 
-The http\Env module overrides PHP's builtin POST data parser to be run also if
+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 
 the request method is not POST. Additionally it will handle 
-```application/json``` payloads if ```ext/json``` is available. Successfully 
+application/json payloads if ext/json is available. Successfully 
 parsed JSON will be put right into the $_POST array.
 
 parsed JSON will be put right into the $_POST array.