WebApp

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string iname, string iurl, WebAppConfig iconfig, void* icontext)
Undocumented in source.
this
this(string iname, string iurl, JSONValue iconfig, void* icontext)
Undocumented in source.

Members

Functions

route
void route(string path, webhandler handler, string[] methods)
Undocumented in source. Be warned that the author may not have intended to support it.
set_tls
void set_tls(WebTLS tls)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
webprocess
void webprocess(WebData* req, WebData* rep)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aio
nng_aio* aio;
Undocumented in source.
config
WebAppConfig config;
Undocumented in source.
context
void* context;
Undocumented in source.
name
string name;
Undocumented in source.
routes
webhandler[string] routes;
Undocumented in source.
server
nng_http_server* server;
Undocumented in source.
url
nng_url* url;
Undocumented in source.

Meta