vibrant.d

Undocumented in source.

Public Imports

vibe.d
public import vibe.d;
Undocumented in source.
vibrant.helper
public import vibrant.helper;
Undocumented in source.
vibrant.parameter
public import vibrant.parameter;
Undocumented in source.
vibrant.router
public import vibrant.router;
Undocumented in source.
vibrant.routes
public import vibrant.routes;
Undocumented in source.

Members

Functions

Vibrant
VibrantRouter!GenerateAll Vibrant(string prefix)

Starts a vibrant router on port 8085.

Vibrant
VibrantRouter!GenerateAll Vibrant(ushort port, string prefix)

Starts a vibrant router on the given port. Defaults to port 8085 if none is provided.

Vibrant
VibrantRouter!GenerateAll Vibrant(HTTPServerSettings settings, string prefix)

Starts a vibrant server with http settings.

Meta