Route.this

Creates a new route.

  1. this(string url)
    class Route
    final
    this
    (
    string url
    )
  2. this(HttpClient client)

Parameters

url string

The url of the route.

Meta