diff --git a/reference/html/index.html b/reference/html/index.html index 7d76c6df..c3d6befd 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -466,7 +466,7 @@ URIs defined in routes without a port will get a default port set to 80 and 443
The Method Route Predicate Factory takes one parameter: the HTTP method to match.
+The Method Route Predicate Factory takes one or more parameters: the HTTP methods to match.
This route would match if the request method was a GET.
This route would match if the request method was a GET or a POST.
The Method Route Predicate Factory takes one parameter: the HTTP method to match.
+The Method Route Predicate Factory takes one or more parameters: the HTTP methods to match.
This route would match if the request method was a GET.
This route would match if the request method was a GET or a POST.