Interface: HttpRequest ​
Defined in: packages/bitcoin/src/client/http.ts:6
HTTP request descriptor. Represents a request that can be executed by any HTTP client — the library never performs I/O itself at the protocol layer.
Properties ​
body? ​
optionalbody?:string
Defined in: packages/bitcoin/src/client/http.ts:10
headers ​
headers:
Record<string,string>
Defined in: packages/bitcoin/src/client/http.ts:9
method ​
method:
"GET"|"POST"
Defined in: packages/bitcoin/src/client/http.ts:8
url ​
url:
string
Defined in: packages/bitcoin/src/client/http.ts:7