From 2b92efa64501320955979a92de39c70b6734f835 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 18 May 2023 20:10:25 -0600 Subject: feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182) Necessary for #3326. Requested in #10214 as well. --- ext/http/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/http/lib.rs') 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, -- cgit v1.2.3