HttpNodeStreamResponse type

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

type HttpNodeStreamResponse = HttpResponse & { body?: NodeJS.ReadableStream }