From 51da99365959f4fd35cef7b5f8f919386f2cf4ca Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 1 Jul 2023 23:31:39 +0200 Subject: Factor out headers into separate module --- src/html/env.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/html/env.nim') diff --git a/src/html/env.nim b/src/html/env.nim index 09cf1c5c..174f0a12 100644 --- a/src/html/env.nim +++ b/src/html/env.nim @@ -3,6 +3,7 @@ import streams import html/dom import html/htmlparser +import io/headers import io/loader import io/promise import io/request @@ -123,6 +124,7 @@ proc addScripting*(window: Window, selector: Selector[int]) = ctx.addIntlModule() ctx.addBlobModule() ctx.addFormDataModule() + ctx.addHeadersModule() ctx.addRequestModule() ctx.addResponseModule() -- cgit 1.4.1-2-gfad0