mirror of https://github.com/rwf2/Rocket.git
Cleanup
This commit is contained in:
parent
a6fc1c71dd
commit
0d9a5ec694
11
tmp.md
11
tmp.md
|
@ -1,11 +0,0 @@
|
|||
# Pluggable routing
|
||||
|
||||
A 'unique property' is a type that implements `FromRequest` and `Eq`.
|
||||
|
||||
A route may have any number of 'unique properties', and routes A and B
|
||||
are considered colliding if they have colliding paths, and they do not
|
||||
share a 'unique property' type with different values.
|
||||
|
||||
E.g.: `Format(MediaType)`.
|
||||
|
||||
|
Loading…
Reference in New Issue