From 9d7fed4c67e4a60cc9076f0a987821924ccca082 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 1 Feb 2026 11:32:01 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 2 +- docs/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index 32d4d1d..30260e6 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -2560,7 +2560,7 @@ If the specified level does not exist, it returns `nil`. ``` function http_dissect_req(http) function http_dissect_reply(http) -function http_reconstruct_req(hdis, unixeol) +function http_reconstruct_req(hdis[, unixeol]) ``` Parses an HTTP request or response. The `http` parameter is a multi-line string. diff --git a/docs/manual.md b/docs/manual.md index 342f87d..ae17862 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -2731,7 +2731,7 @@ function dissect_nld(domain, level) ``` function http_dissect_req(http) function http_dissect_reply(http) -function http_reconstruct_req(hdis, unixeol) +function http_reconstruct_req(hdis[, unixeol]) ``` Разборка HTTP запроса или ответа http. http представляет собой многострочный текст.