SNode.C
Loading...
Searching...
No Matches
web::http::client::commands::SendHeaderCommand Class Reference

#include <SendHeaderCommand.h>

Inheritance diagram for web::http::client::commands::SendHeaderCommand:
Collaboration diagram for web::http::client::commands::SendHeaderCommand:

Public Member Functions

 SendHeaderCommand ()=default
 
 ~SendHeaderCommand () override=default
 
bool execute (Request *request) override
 
- Public Member Functions inherited from web::http::client::RequestCommand
 RequestCommand ()=default
 
 RequestCommand (const RequestCommand &)=delete
 
 RequestCommand (RequestCommand &&) noexcept=delete
 
RequestCommandoperator= (const RequestCommand &)=delete
 
RequestCommandoperator= (RequestCommand &&) noexcept=delete
 
virtual ~RequestCommand ()
 
bool getError () const
 

Additional Inherited Members

- Protected Attributes inherited from web::http::client::RequestCommand
bool error = false
 

Detailed Description

Definition at line 30 of file SendHeaderCommand.h.

Constructor & Destructor Documentation

◆ SendHeaderCommand()

web::http::client::commands::SendHeaderCommand::SendHeaderCommand ( )
default

◆ ~SendHeaderCommand()

web::http::client::commands::SendHeaderCommand::~SendHeaderCommand ( )
overridedefault

Member Function Documentation

◆ execute()

bool web::http::client::commands::SendHeaderCommand::execute ( Request * request)
overridevirtual

Implements web::http::client::RequestCommand.

Definition at line 30 of file SendHeaderCommand.cpp.

30 {
31 return request->executeSendHeader();
32 }

The documentation for this class was generated from the following files: