mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Create HttpStatus to safely deal with HTTP responses status. (#33581)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
013473f1d5
commit
58f34ad7a3
30 changed files with 344 additions and 403 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1341,6 +1341,7 @@ dependencies = [
|
|||
"http",
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"net_traits",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"servo_config",
|
||||
|
@ -1359,6 +1360,7 @@ dependencies = [
|
|||
"ipc-channel",
|
||||
"malloc_size_of",
|
||||
"malloc_size_of_derive",
|
||||
"net_traits",
|
||||
"serde",
|
||||
"servo_url",
|
||||
"uuid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue