Variable Route.method

Declaration

struct Route
{
  // ...
  vibe.http.common.HTTPMethod method;
  // ...
}