Odil
A C++11 library for the DICOM standard
Classes | Namespaces | Functions
HTTPResponse.h File Reference
#include <string>
#include "odil/odil.h"
#include "odil/webservices/Message.h"
Include dependency graph for HTTPResponse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  odil::webservices::HTTPResponse
 HTTP Response. More...
 

Namespaces

 odil
 
 odil::webservices
 

Functions

std::istream & odil::webservices::operator>> (std::istream &stream, HTTPResponse &Response)
 Input an HTTP response from a stream. More...
 
std::ostream & odil::webservices::operator<< (std::ostream &stream, HTTPResponse const &Response)
 Output an HTTP response to a stream. More...