HttpEvent
Type Alias
Union type for all possible events on the response stream.
API
Description
type HttpEvent = | HttpSentEvent | HttpHeaderResponse | HttpResponse<T> | HttpProgressEvent | HttpUserEvent<T>
Jump to details
Union type for all possible events on the response stream.
type HttpEvent = | HttpSentEvent | HttpHeaderResponse | HttpResponse<T> | HttpProgressEvent | HttpUserEvent<T>