export interface ProxyTargetUrl { host: string; hostname: string; port: number; pathname: string; useTargetHostHeader: boolean; href: string; }