#include <iostream>
#include <dvutil/props.h>
#include <dvnet/usocket.h>
#include <dvnet/userversocket.h>
#include <dvcgi/httphead.h>
Include dependency graph for sessionserver.h:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Cgi |
Classes | |
class | Dv::Cgi::SessionServer |
A class that packages the link to the hidden server. More... | |
class | Dv::Cgi::SessionServer::Filter |
Filter class that ensures that header_ is output before anything else. More... | |
Functions | |
void | eof (SessionServer &) |
Convenience function, simply calls refresh on its argument. | |
void | operator<< (std::ostream &os, void(*f)(Dv::Cgi::SessionServer &)) |
Overloading for SessionServer manipulation. |
Definition in file sessionserver.h.
|
Convenience function, simply calls refresh on its argument. Example: Dv::Cgi::SessionServer s(..); s.header().content_type("text/html").no_cache(); while (s) { Dv::Util::Props& input(s.props()); s << "<html>..</html>" << Dv::Cgi::eof; }
|
|
Overloading for SessionServer manipulation.
|
dvcgi-0.5.12 | [27 April, 2004] |