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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
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