mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 00:50:20 +02:00
simplify Application creation; update url dispatch guide section
This commit is contained in:
@@ -170,7 +170,7 @@ mod tests {
|
||||
let pred = Header("transfer-encoding", "other");
|
||||
assert!(!pred.check(&mut req));
|
||||
|
||||
let pred = Header("content-tye", "other");
|
||||
let pred = Header("content-type", "other");
|
||||
assert!(!pred.check(&mut req));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user