We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381f5aa + 62d4403 commit 5c708f4Copy full SHA for 5c708f4
Release/include/cpprest/http_msg.h
@@ -814,7 +814,7 @@ class http_request
814
const http::method &method() const { return _m_impl->method(); }
815
816
/// <summary>
817
- /// Get the method (GET/PUT/POST/DELETE) of the request message.
+ /// Set the method (GET/PUT/POST/DELETE) of the request message.
818
/// </summary>
819
/// <param name="method">Request method of this HTTP request.</param>
820
void set_method(const http::method &method) const { _m_impl->method() = method; }
0 commit comments