From 4071de5797da0a104b4983fc1ad393d3744b6128 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 11 Jun 2024 00:24:28 +0100 Subject: [WIP] HTTP Compression Support --- src/nxt_http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_http.h') diff --git a/src/nxt_http.h b/src/nxt_http.h index 5fab5c67..a8ada3f4 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -110,6 +110,7 @@ typedef struct { nxt_http_field_t *content_type; nxt_http_field_t *content_length; nxt_off_t content_length_n; + const nxt_str_t *mime_type; } nxt_http_response_t; -- cgit