2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
19#ifndef WEB_HTTP_CLIENT_REQUESTCOMMAND_H
20#define WEB_HTTP_CLIENT_REQUESTCOMMAND_H
22namespace web::http::client {
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30namespace web::http::client {
43 virtual bool execute(Request* request) = 0;
RequestCommand & operator=(const RequestCommand &)=delete
virtual ~RequestCommand()
virtual bool execute(Request *request)=0
RequestCommand & operator=(RequestCommand &&) noexcept=delete
RequestCommand(const RequestCommand &)=delete
RequestCommand(RequestCommand &&) noexcept=delete
~EndCommand() override=default
bool execute(Request *request) override