Implement form() and query() for RequestBuilder [WASM] (#947)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user