PMJSON icon indicating copy to clipboard operation
PMJSON copied to clipboard

Allow for overriding Content-Type on HTTPManagerUploadJSONRequest

Open lilyball opened this issue 4 years ago • 0 comments

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).

lilyball avatar Oct 16 '20 19:10 lilyball