diff options
author | bptato <nincsnevem662@gmail.com> | 2022-08-20 22:18:55 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-08-20 22:18:55 +0200 |
commit | b8f20acb81501102032f10bb43e13682ebe68508 (patch) | |
tree | 76c0942e5a18bf257e84b583adafddb1daf523af /src/io/request.nim | |
parent | 2d65840eb25675c046a6df144fd1d0d29a5a2514 (diff) | |
download | chawan-b8f20acb81501102032f10bb43e13682ebe68508.tar.gz |
Small refactoring
Diffstat (limited to 'src/io/request.nim')
-rw-r--r-- | src/io/request.nim | 6 |
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 |