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