Skip to content

Commit

Permalink
Review changes (amend comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Oct 21, 2018
1 parent b4a1117 commit e8edfbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sming/SmingCore/Network/Http/HttpRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ class HttpRequest
return this;
}

/** @deprecated this replaces existing post parameter set, which is different to
* behaviour of setHeaders which only replaces specified values.
* Better to use appropriate method of postParams for consistency.
/**
* @deprecated This method is deprecated and will be removed in the coming versions.
* Please set postParams directly, i.e. request.postParams = params
*/
HttpRequest* setPostParameters(const HttpParams& params)
{
Expand Down Expand Up @@ -181,7 +181,7 @@ class HttpRequest
*
* @retval HttpRequest*
*
* @note The response to this message will be stored in the user-provided stream.
* @note The response to this request will be stored in the user-provided stream.
*/
HttpRequest* setResponseStream(ReadWriteStream* stream);

Expand Down

0 comments on commit e8edfbd

Please sign in to comment.