Guitar
Classes | Public Member Functions | Public Attributes | List of all members
InetClient::Response Struct Reference

#include <inetclient.h>

Collaboration diagram for InetClient::Response:
Collaboration graph
[legend]

Classes

struct  Version
 

Public Member Functions

bool empty () const
 
void clear ()
 

Public Attributes

int code = 0
 
struct InetClient::Response::Version version
 
std::vector< std::string > header
 
std::vector< char > content
 

Member Function Documentation

◆ clear()

void InetClient::Response::clear ( )
inline

◆ empty()

bool InetClient::Response::empty ( ) const
inline

Member Data Documentation

◆ code

int InetClient::Response::code = 0

◆ content

std::vector<char> InetClient::Response::content

◆ header

std::vector<std::string> InetClient::Response::header

◆ version

struct InetClient::Response::Version InetClient::Response::version

The documentation for this struct was generated from the following file: