about summary refs log tree commit diff stats
path: root/src/io/request.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-08-20 22:18:55 +0200
committerbptato <nincsnevem662@gmail.com>2022-08-20 22:18:55 +0200
commitb8f20acb81501102032f10bb43e13682ebe68508 (patch)
tree76c0942e5a18bf257e84b583adafddb1daf523af /src/io/request.nim
parent2d65840eb25675c046a6df144fd1d0d29a5a2514 (diff)
downloadchawan-b8f20acb81501102032f10bb43e13682ebe68508.tar.gz
Small refactoring
Diffstat (limited to 'src/io/request.nim')
-rw-r--r--src/io/request.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/io/request.nim b/src/io/request.nim
index 5e62dbc4..86bfe834 100644
--- a/src/io/request.nim
+++ b/src/io/request.nim
@@ -18,12 +18,6 @@ type
     body*: Option[string]
     multipart*: Option[MimeData]
 
-  FileLoader* = ref object
-    defaultHeaders*: HeaderList
-    process*: int
-    istream*: Stream
-    ostream*: Stream
-
   LoadResult* = object
     s*: Stream
     res*: int