다음을 통해 공유


HttpBrowserStreamResponse type

본문이 NodeJS 스트림 개체인 Http 응답

type HttpBrowserStreamResponse = HttpResponse & {
  body?: ReadableStream<Uint8Array>
}