From 956ce204b4bda191c441fe5c4d385baa92c82b3e Mon Sep 17 00:00:00 2001 From: Dean Li Date: Mon, 22 Feb 2021 14:11:18 +0800 Subject: Multiple headers support for custom headers --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc4d5fc..4d7201a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,8 @@ actix-multipart = "0.3.0" actix-web-httpauth = "0.5.0" mime = "0.3" httparse = "1" +http = "0.2.3" +bytes = "1" [dev-dependencies] assert_cmd = "1.0" -- cgit v1.2.3