UNPKG
@allgemein/http
Version:
latest (1.4.1)
1.4.1
1.3.1
1.3.0
1.2.0
1.1.0
Library for http request backend abstraction.
github.com/allgemein-node/http
allgemein-node/http
@allgemein/http
/
adapters
/
http
/
got
/
IHttpGotPromise.d.ts
5 lines
(4 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
import
{
IHttpPromise
}
from
'../../../libs/http/IHttpResponse'
;
export
interface
IHttpGotPromise
<B
extends
Buffer
|
string
|
object
>
extends
IHttpPromise
<B> {
cancel
():
void
; }