webcaret ~master (2022-04-27T16:07:43.9745354)
Dub
Repo
Application
webcaret
application
Undocumented in source.
class
Application {
this
();
Router
!(
ApplicationHttpRequest
,
HttpResponse
)
router
[@property getter];
void
serve
(string address, int port);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
serve
void
serve
(string address, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
router
Router
!(
ApplicationHttpRequest
,
HttpResponse
)
router
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
webcaret
application
classes
AppHttpListener
AppHttpServerConnection
Application
ApplicationHttpRequest