한국어
Appearance
basePath: string;
슬래시 정규화된 공통 경로 접두사 (예: '/app/api', '')
'/app/api'
''
host: string;
프로토콜 제외 호스트 (예: 'api.example.com', 'localhost:8080')
'api.example.com'
'localhost:8080'
protocol: string;
확정된 프로토콜 문자열 (예: 'http://', 'https://')
'http://'
'https://'