pldubouilh / ureq-mime-multipart

ureq mime based multipart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ureq-mime-multipart

ureq mime based multipart toolkit

use ureq_multipart::MultipartRequest;

let resp  = ureq::post("https://test.url")
    .send_multipart_file("name","1.txt")?
    .into_json()?;

mostly from the multipart crate with added tests & a few small fixups (website)

About

ureq mime based multipart

License:MIT License


Languages

Language:Rust 97.7%Language:Makefile 2.3%