DDDBrowserPreviewServer๏
Inherits: RefCounted < Object
Serves an exported DDDBrowser page via HTTPServer for local testing.
Description๏
Registers GET routes and uses HTTPResponse.set_file(). Enable Allow HTTP in DDDBrowser when loading http://127.0.0.1 URLs.
Methods๏
get_index_url() const |
|
get_port() const |
|
get_root_dir() const |
|
is_running() const |
|
void |
stop() |
Method Descriptions๏
String get_index_url() const ๐
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
String get_root_dir() const ๐
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error start(root_dir: String, port: int = 8081) ๐
There is currently no description for this method. Please help us by contributing one!
void stop() ๐
There is currently no description for this method. Please help us by contributing one!