Searched refs:content_type (Results 1 – 5 of 5) sorted by relevance
187 content_type: &[u8], in set_content_type()191 v.extend_from_slice(content_type); in set_content_type()462 pub fn set_content_type(mut self, content_type: &'a [u8], boundary: Vec<u8>) -> Self { in set_content_type()464 inner.set_content_type(content_type, boundary)?; in set_content_type()
60 void SetContentType(const std::string &content_type) { contentType_ = content_type; } in SetContentType() argument
913 const char *item_type, const char *content_type) in SetMetadata() argument916 if (content_type != nullptr) { in SetMetadata()917 metadataInfe->SetContentType(content_type); in SetMetadata()
195 const char *item_type, const char *content_type);
410 let content_type = response.headers().get("content-type"); in get_file_info() localVariable411 if let Some(mime_type) = content_type { in get_file_info()