mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +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
|
@ -18,6 +18,7 @@ http = { workspace = true }
|
|||
ipc-channel = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
net_traits = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_url = { path = "../../url" }
|
||||
uuid = { workspace = true, features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue