PMJSON
PMJSON copied to clipboard
Allow for overriding Content-Type on HTTPManagerUploadJSONRequest
HTTPManagerUploadJSONRequest
currently hardcodes the Content-Type as application/json
. This is usually the right call, but we really should have a way to override this, such as by making the property mutable (as HTTPManagerUploadDataRequest
does).