feat: add query string parser

This commit is contained in:
2020-08-09 17:28:09 +08:00
parent 28c14d2ca8
commit 7d99300a3c
3 changed files with 50 additions and 6 deletions

View File

@@ -19,3 +19,4 @@ actix-rt = "1"
bytes = "0.5"
futures-core = "0.3"
linked-hash-map = "0.5"
percent-encoding = "2.1"