From 349fe3f7d77c055191dc9c87c72034250e147533 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 11 Jan 2026 12:32:44 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 8 ++++++-- docs/manual.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index f2d40c5..b03e68e 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -2407,26 +2407,30 @@ The HTTP request reconstructor takes a parsed table and recreates the raw string .code number 200 .headers - .content-type + .1 .pos_header_end number 28 .pos_value_start number 31 .header string Content-Type + .header_low + string content-type .value string text/html .pos_start number 17 .pos_end number 39 - .content-length + .2 .pos_header_end number 54 .pos_value_start number 57 .header string Content-Length + .header_low + string content-length .value string 650 .pos_start diff --git a/docs/manual.md b/docs/manual.md index 22a1d96..d0e4c4c 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -2574,26 +2574,30 @@ function http_reconstruct_req(hdis, unixeol) .code number 200 .headers - .content-type + .1 .pos_header_end number 28 .pos_value_start number 31 .header string Content-Type + .header_low + string content-type .value string text/html .pos_start number 17 .pos_end number 39 - .content-length + .2 .pos_header_end number 54 .pos_value_start number 57 .header string Content-Length + .header_low + string content-length .value string 650 .pos_start