mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 09:42:40 +01:00
remove RegexSet mention
This commit is contained in:
parent
9a076c69d1
commit
4a07430e8e
@ -1,9 +1,7 @@
|
|||||||
# URL Dispatch
|
# URL Dispatch
|
||||||
|
|
||||||
URL dispatch provides a simple way to map URLs to `Handler` code using a simple pattern matching
|
URL dispatch provides a simple way to map URLs to `Handler` code using a simple pattern matching
|
||||||
language. *Regex* crate and it's
|
language. If one of the patterns matches the path information associated with a request,
|
||||||
[*RegexSet*](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html) is being used for
|
|
||||||
pattern matching. If one of the patterns matches the path information associated with a request,
|
|
||||||
a particular handler object is invoked. A handler is a specific object that implements
|
a particular handler object is invoked. A handler is a specific object that implements
|
||||||
`Handler` trait, defined in your application, that receives the request and returns
|
`Handler` trait, defined in your application, that receives the request and returns
|
||||||
a response object. More information is available in [handler section](../qs_4.html).
|
a response object. More information is available in [handler section](../qs_4.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user