Constructors
				
					
					constructor
					
						- new Url(address?: Url | string): Url
 
					
					
						- 
							
							
Parameters
							
								- 
									
Optional address: Url | string
								 
							
							Returns Url
						 
					
				
			
			
				Properties
				
				
					
					hostname
					hostname: string
					
				
				
					
					pathname
					pathname: string
					
				
				
				
					
					protocol
					protocol: string
					
				
				
			
			
				Methods
				
				
					
					equals
					
						- equals(other: Url): boolean
 
					
					
						- 
							
							
Parameters
							
							Returns boolean
						 
					
				
				
					
					resolve
					
						- resolve(address: Url | string): Url
 
					
					
				
				
				
					
					Static normalize
					
						- normalize(path: string): string
 
					
					
						- 
							
							
Parameters
							
							Returns string