(self)
| 42 | } |
| 43 | |
| 44 | pub fn into_inner(self) -> W { |
| 45 | self.inner |
| 46 | } |
| 47 | |
| 48 | pub fn header(&self) -> Mime { |
| 49 | Mime::from_str(format!("multipart/form-data; boundary={}", self.boundary).as_str()).unwrap() |
nothing calls this directly
no outgoing calls
no test coverage detected