Skip to content
Snippets Groups Projects
Commit 3094e989 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

update to new setContentType, re #10591

parent 5dac5d7d
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ int InternetHelper::processRelocation(const HTTPResponse &response,
* @param responseStream The stream to fill with the reply on success
* @param headers A optional key value pair map of any additional headers to
* include in the request. A default 'Content-Type: application/json' is used
* unless the 'Content-Type' key is included here with a different value.
* unless setContentType() is called.
* @param method Generally GET (default) or POST.
* @param body The request body to send.
**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment