diff options
Diffstat (limited to 'ext/node/ops/mod.rs')
-rw-r--r-- | ext/node/ops/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/ops/mod.rs b/ext/node/ops/mod.rs index 22ad546e8..cf4abf3dd 100644 --- a/ext/node/ops/mod.rs +++ b/ext/node/ops/mod.rs @@ -2,6 +2,7 @@ pub mod crypto; pub mod http; +pub mod http2; pub mod idna; pub mod os; pub mod require; |