This commit is contained in:
Matthew Pomes 2024-05-14 09:49:56 -05:00
parent a6fc1c71dd
commit 0d9a5ec694
No known key found for this signature in database
GPG Key ID: 0675E338E21621E2
1 changed files with 0 additions and 11 deletions

11
tmp.md
View File

@ -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)`.