Type Alias HttpEvent<T>

HttpEvent:
    | HttpSentEvent
    | HttpHeaderResponse
    | HttpResponse<T>
    | HttpProgressEvent
    | HttpUserEvent

Type Parameters

  • T