VibrantRouter.this

Constructs a new vibrant router and starts listening for connections.

  1. this(URLRouter router)
  2. this(HTTPServerSettings settings, string prefix)
    class VibrantRouter(bool GenerateAll = false)
    package
    this
    (
    HTTPServerSettings settings
    ,
    string prefix
    )

Parameters

settings HTTPServerSettings

The settings for the HTTP server.

prefix string

The prefix to place all routes at.

Meta