다음을 통해 공유


HttpResponse type

HttpResponse의 모양을 나타냅니다.

type HttpResponse = {
  body: unknown
  headers: RawHttpHeaders
  request: PipelineRequest
  status: string
}