ANNA Suite  2020b
Multipurpose development suite for Telco applications
http.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_http_http_hpp
10 #define anna_http_http_hpp
11 
12 namespace anna {
13 
60 namespace http {
61 }
62 
63 }
64 
65 #include <anna.http.functions.h>
66 #include <anna.http.Handler.h>
67 #include <anna.http.Header.h>
68 #include <anna.http.MessageFactory.h>
69 #include <anna.http.Message.h>
70 #include <anna.http.Method.h>
71 #include <anna.http.Request.h>
72 #include <anna.http.Response.h>
73 #include <anna.http.Transport.h>
74 
75 using namespace anna::http;
76 
77 #endif
78 
Definition: app.hpp:12
Definition: functions.hpp:18