다음을 통해 공유


RawHttpHeaders type

단순 JSON 개체로 표현되는 HttpHeaders 컬렉션입니다.

type RawHttpHeaders = { [headerName: string]: string }