uim-vue ~master (2022-02-03T19:37:38Z)
Dub
Repo
DVUEModule
uim
vue
apps
module_
Undocumented in source.
@
safe
class
DVUEModule : DJSModule {
this
();
this
(DVUEApp anApp);
this
(string aName);
this
(DVUEApp anApp, string aName);
void
request
(HTTPServerRequest req, HTTPServerResponse res);
}
Constructors
this
this
()
Undocumented in source.
this
this
(DVUEApp anApp)
Undocumented in source.
this
this
(string aName)
Undocumented in source.
this
this
(DVUEApp anApp, string aName)
Undocumented in source.
Members
Functions
request
void
request
(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
uim
vue
apps
module_
classes
DVUEModule
functions
VUEModule