SNode.C
|
#include <EndCommand.h>
Public Member Functions | |
EndCommand ()=default | |
~EndCommand () override=default | |
bool | execute (Request *request) override |
![]() | |
RequestCommand ()=default | |
RequestCommand (const RequestCommand &)=delete | |
RequestCommand (RequestCommand &&) noexcept=delete | |
RequestCommand & | operator= (const RequestCommand &)=delete |
RequestCommand & | operator= (RequestCommand &&) noexcept=delete |
virtual | ~RequestCommand () |
bool | getError () const |
Additional Inherited Members | |
![]() | |
bool | error = false |
Definition at line 53 of file EndCommand.h.
|
default |
Referenced by web::http::client::Request::end(), and web::http::client::Request::send().
|
overridedefault |
|
overridevirtual |
Implements web::http::client::RequestCommand.
Definition at line 52 of file EndCommand.cpp.
References web::http::client::Request::executeEnd().