URY playd
C++ minimalist audio player
response.hpp File Reference

Declaration of classes pertaining to responses to the client. More...

#include <cstdint>
#include <map>
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "errors.hpp"
+ Include dependency graph for response.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Response
 A response. More...
 
class  ResponseSink
 Abstract class for anything that can be sent a response. More...
 

Detailed Description

Declaration of classes pertaining to responses to the client.

See also
response.cpp

Definition in file response.hpp.