Type alias HttpStreamResponse

HttpStreamResponse: ((status_code, headers) => void)

Type declaration

    • (status_code, headers): void
    • Listener signature for event emitted from an HttpClientStream when the http response headers have arrived.

      Parameters

      • status_code: number

        http response status code

      • headers: HttpHeaders

        the response's set of headers

      Returns void

Generated using TypeDoc