libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | List of all members
iqxmlrpc::http::Unsupported_content_type Class Reference

HTTP/1.1 415 Unsupported media type. More...

#include <http_errors.h>

Inheritance diagram for iqxmlrpc::http::Unsupported_content_type:
iqxmlrpc::http::Error_response iqxmlrpc::http::Packet iqxmlrpc::Exception

Public Member Functions

 Unsupported_content_type (const std::string &wrong)
 
- Public Member Functions inherited from iqxmlrpc::http::Error_response
 Error_response (const std::string &phrase, int code)
 
const Response_headerresponse_header () const
 
std::string dump_error_response () const
 
- Public Member Functions inherited from iqxmlrpc::http::Packet
 Packet (http::Header *header, const std::string &content)
 
void set_keep_alive (bool=true)
 
const http::Headerheader () const
 
const std::string & content () const
 
std::string dump () const
 
- Public Member Functions inherited from iqxmlrpc::Exception
 Exception (const std::string &i, int c=-32000)
 
virtual int code () const
 

Additional Inherited Members

- Protected Attributes inherited from iqxmlrpc::http::Packet
boost::shared_ptr< http::Headerheader_
 
std::string content_
 

Detailed Description

HTTP/1.1 415 Unsupported media type.


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