aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/http.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/http.d.tl')
-rw-r--r--teal-src/util/http.d.tl9
1 files changed, 0 insertions, 9 deletions
diff --git a/teal-src/util/http.d.tl b/teal-src/util/http.d.tl
deleted file mode 100644
index ecbe35c3..00000000
--- a/teal-src/util/http.d.tl
+++ /dev/null
@@ -1,9 +0,0 @@
-local record lib
- urlencode : function (s : string) : string
- urldecode : function (s : string) : string
- formencode : function (f : { string : string }) : string
- formdecode : function (s : string) : { string : string }
- contains_token : function (field : string, token : string) : boolean
- normalize_path : function (path : string) : string
-end
-return lib