flush
[mdref/mdref-http] / http / Env.md
index d4245bb2a7c56a42dfbdaad05743d17849ed8a6b..e33774a845a2296ebf57602cc9b181d9074ea3ea 100644 (file)
@@ -4,7 +4,7 @@ The http\Env class provides static methods to manipulate and inspect the server'
 
 ## 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 
 application/json payloads if ext/json is available. Successfully 
 parsed JSON will be put right into the $_POST array.