Implement form() and query() for RequestBuilder [WASM] (#947)

This commit is contained in:
alianse777
2020-06-15 19:28:51 +05:00
committed by GitHub
parent 668e89b78a
commit 71386d8734
2 changed files with 65 additions and 7 deletions

View File

@@ -65,6 +65,7 @@ http = "0.2"
url = "2.1"
bytes = "0.5"
serde = "1.0"
serde_urlencoded = "0.6.1"
## json
serde_json = { version = "1.0", optional = true }
@@ -84,10 +85,6 @@ tokio = { version = "0.2.5", default-features = false, features = ["tcp", "time"
pin-project-lite = "0.1.1"
ipnet = "2.3"
# TODO: candidates for optional features
serde_urlencoded = "0.6.1"
# Optional deps...
## default-tls