summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nxt_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h
index 19bbdda3..92c2b327 100644
--- a/src/nxt_http.h
+++ b/src/nxt_http.h
@@ -111,6 +111,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;