flask.Request.want_form_data_parsed

Request.want_form_data_parsed

Returns True if the request method carries content. As of Werkzeug 0.9 this will be the case if a content type is transmitted.

New in version 0.8.