mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
made corrections
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user