add async multipart request handling
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							11d7812e88
						
					
				
				
					commit
					4c21127f15
				
			| @@ -182,6 +182,12 @@ impl IntoIterator for Chunk { | ||||
|     } | ||||
| } | ||||
|  | ||||
| impl From<Chunk> for hyper::Chunk { | ||||
|   fn from(val: Chunk) -> hyper::Chunk { | ||||
|     val.inner | ||||
|   } | ||||
| } | ||||
|  | ||||
| impl fmt::Debug for Body { | ||||
|     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ||||
|         f.debug_struct("Body") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user