made corrections

This commit is contained in:
Clasherzz
2024-09-27 20:15:26 +05:30
parent 34ef076a15
commit 6dc9aef22b

View File

@ -12,7 +12,6 @@ class RustHyperCodeGen {
use hyper::{Body, Client, Request, Uri};
use hyper::client::HttpConnector;
use hyper_tls::HttpsConnector;
use std::convert::TryInto;
{% if hasForm %}use hyper_multipart::client::multipart;{% endif %}
{% if hasJsonBody %}use serde_json::json;{% endif %}
use tokio;