http_request::method Method
Get the method (GET/PUT/POST/DELETE) of the request message.
const http::method &method() const;
Return Value
Request method of this HTTP request.
Requirements
Header: http_msg.h
Namespace: web::http
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Get the method (GET/PUT/POST/DELETE) of the request message.
const http::method &method() const;
Request method of this HTTP request.
Header: http_msg.h
Namespace: web::http