Searched refs:content_type (Results 1 – 4 of 4) sorted by relevance
148 def create(self, content_type): argument161 if content_type.get(constant.KEY_SRCS, None):163 if content_type.get(constant.KEY_DEP_SRCS, None):165 if content_type.get(constant.KEY_JARS, None):167 if content_type.get(constant.KEY_SRCJARS, None):169 if content_type.get(constant.KEY_DEPENDENCIES, None):
137 fn new_ok(content_type: &str, body: Vec<u8>) -> Response<Vec<u8>> { in new_ok()140 .header("Content-Type", HeaderValue::from_str(content_type).unwrap()) in new_ok()
36 string content_type = 7; field