Skip to content

Commit 5c708f4

Browse files
authored
Merge pull request microsoft#450 from vinniefalco/master
Fix http_request::method doc
2 parents 381f5aa + 62d4403 commit 5c708f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/http_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ class http_request
814814
const http::method &method() const { return _m_impl->method(); }
815815

816816
/// <summary>
817-
/// Get the method (GET/PUT/POST/DELETE) of the request message.
817+
/// Set the method (GET/PUT/POST/DELETE) of the request message.
818818
/// </summary>
819819
/// <param name="method">Request method of this HTTP request.</param>
820820
void set_method(const http::method &method) const { _m_impl->method() = method; }

0 commit comments

Comments
 (0)