HttpResponseCallback type

定義以三個結果描述回呼的類型 - 回應、原始 HTTP 回應和錯誤。

type HttpResponseCallback<TResult> = TripleValueCallback<TResult, any>