summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/http-impl.missing.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/http-impl.missing.ts')
-rw-r--r--packages/taler-util/src/http-impl.missing.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/taler-util/src/http-impl.missing.ts b/packages/taler-util/src/http-impl.missing.ts
index a8eb227b9..6ae6b93ec 100644
--- a/packages/taler-util/src/http-impl.missing.ts
+++ b/packages/taler-util/src/http-impl.missing.ts
@@ -29,19 +29,6 @@ import {
* Implementation of the HTTP request library interface for node.
*/
export class HttpLibImpl implements HttpRequestLibrary {
- get(
- url: string,
- opt?: HttpRequestOptions | undefined,
- ): Promise<HttpResponse> {
- throw new Error("Method not implemented.");
- }
- postJson(
- url: string,
- body: any,
- opt?: HttpRequestOptions | undefined,
- ): Promise<HttpResponse> {
- throw new Error("Method not implemented.");
- }
fetch(
url: string,
opt?: HttpRequestOptions | undefined,