diff options
Diffstat (limited to 'ext/http/lib.rs')
-rw-r--r-- | ext/http/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http/lib.rs b/ext/http/lib.rs index 2660f4653..7d37c53e1 100644 --- a/ext/http/lib.rs +++ b/ext/http/lib.rs @@ -116,6 +116,7 @@ deno_core::extension!( http_next::op_http_set_response_body_text, http_next::op_http_set_response_header, http_next::op_http_set_response_headers, + http_next::op_http_set_response_trailers, http_next::op_http_track, http_next::op_http_upgrade_websocket_next, http_next::op_http_upgrade_raw, |