feat(client): add set_scheme, set_host, and set_port for Destination
				
					
				
			Closes #1564
This commit is contained in:
		| @@ -350,6 +350,12 @@ impl From<http::uri::InvalidUri> for Parse { | ||||
|     } | ||||
| } | ||||
|  | ||||
| impl From<http::uri::InvalidUriParts> for Parse { | ||||
|     fn from(_: http::uri::InvalidUriParts) -> Parse { | ||||
|         Parse::Uri | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[doc(hidden)] | ||||
| trait AssertSendSync: Send + Sync + 'static {} | ||||
| #[doc(hidden)] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user