aboutsummaryrefslogtreecommitdiff
path: root/src/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.ts')
-rw-r--r--src/http.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http.ts b/src/http.ts
index 6bdd04e24..f450d8479 100644
--- a/src/http.ts
+++ b/src/http.ts
@@ -35,8 +35,6 @@ export interface HttpRequestLibrary {
get(url: string): Promise<HttpResponse>;
postJson(url: string, body: any): Promise<HttpResponse>;
-
- postForm(url: string, form: any): Promise<HttpResponse>;
}