blob: 24ec40677615f69829a15adf33bea6bb07b683cc (
plain) (
blame)
1
2
3
4
|
This extension provides a PHP content type handler for "application/json" and
"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
request is `text/json`, the JSON contents of the request body will by parsed
into `$_POST`.
|