Vibrant

Starts a vibrant server with http settings.

  1. VibrantRouter!GenerateAll Vibrant(string prefix)
  2. VibrantRouter!GenerateAll Vibrant(ushort port, string prefix)
  3. VibrantRouter!GenerateAll Vibrant(HTTPServerSettings settings, string prefix)
    VibrantRouter!GenerateAll
    Vibrant
    (
    bool GenerateAll = false
    )
    (
    HTTPServerSettings settings
    ,
    string prefix = null
    )

Parameters

settings HTTPServerSettings

The HTTP server settings object.

prefix string

The route prefix for all routes.

Return Value

Type: VibrantRouter!GenerateAll

An instance of the vibrant router.

Meta