mirror of
https://github.com/foss42/apidash.git
synced 2025-06-03 08:16:25 +08:00
added multipart removed some comments
This commit is contained in:
@ -81,20 +81,7 @@ final String kTemplateFormData = """
|
|||||||
|
|
||||||
""";
|
""";
|
||||||
|
|
||||||
// final String kTemplateEndReqwest = """
|
|
||||||
// // let clientReqwest = reqwest::Client::new();
|
|
||||||
// // let responseReqwest = clientReqwest
|
|
||||||
// // .post("{{url}}")
|
|
||||||
// // .multipart(form)
|
|
||||||
// // .send()
|
|
||||||
// // .await?;
|
|
||||||
|
|
||||||
// // println!("Reqwest Status: {}", responseReqwest.status());
|
|
||||||
// // let bodyReqwest = responseReqwest.text().await?;
|
|
||||||
// // println!("Reqwest Body: {}", bodyReqwest);
|
|
||||||
|
|
||||||
|
|
||||||
// """;
|
|
||||||
final String kTemplateEndForm = """
|
final String kTemplateEndForm = """
|
||||||
let res = client.request(req).await?;
|
let res = client.request(req).await?;
|
||||||
let status = res.status();
|
let status = res.status();
|
||||||
|
Reference in New Issue
Block a user