Type alias HttpStreamData

HttpStreamData: ((body_data) => void)

Type declaration

    • (body_data): void
    • Listener signature for event emitted from an HttpClientStream when http response data is available

      Parameters

      • body_data: ArrayBuffer

        The chunk of body data

      Returns void

Generated using TypeDoc