@epikodelabs/streamix / networking/src/public-api / HttpStream
Type Alias: HttpStream<T>
HttpStream<
T> =Atom<T> &object
Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:19
An Atom that represents a stream of HTTP responses.
The stream yields values produced by a response parser and exposes an abort() method that cancels the underlying request.
Type Declaration
abort()
abort: () =>
void
Returns
void
Type Parameters
T
T = any