... and place "Content-Type":"application/x-www-form-urlencoded" header.
The new parameter is parse_form_data. It's an optional boolean to specify if form_data should be converted to JSON or not (set to true by default to ensure backward compatibility).
... and place "Content-Type":"application/x-www-form-urlencoded" header.
The new parameter is
parse_form_data
. It's an optional boolean to specify if form_data should be converted to JSON or not (set totrue
by default to ensure backward compatibility).fix #17