X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv.md;h=e33774a845a2296ebf57602cc9b181d9074ea3ea;hb=26a62311e466992b321019dbca9521ee36e19ada;hp=d75dbf2a7b30a343854f94b081befe37f7b5931b;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env.md b/http/Env.md index d75dbf2..e33774a 100644 --- a/http/Env.md +++ b/http/Env.md @@ -4,8 +4,8 @@ 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 +application/json payloads if ext/json is available. Successfully parsed JSON will be put right into the $_POST array.