(&self)
| 46 | } |
| 47 | |
| 48 | pub fn header(&self) -> Mime { |
| 49 | Mime::from_str(format!("multipart/form-data; boundary={}", self.boundary).as_str()).unwrap() |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | impl<W: std::io::Write> MultipartWriter<W> { |
nothing calls this directly
no outgoing calls
no test coverage detected