Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

update docs

This commit is contained in:
bol-van
2026-02-01 11:32:01 +03:00
parent 2533a3debc
commit 9d7fed4c67
2 changed files with 2 additions and 2 deletions

View File

@@ -2560,7 +2560,7 @@ If the specified level does not exist, it returns `nil`.
``` ```
function http_dissect_req(http) function http_dissect_req(http)
function http_dissect_reply(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. Parses an HTTP request or response. The `http` parameter is a multi-line string.

View File

@@ -2731,7 +2731,7 @@ function dissect_nld(domain, level)
``` ```
function http_dissect_req(http) function http_dissect_req(http)
function http_dissect_reply(http) function http_dissect_reply(http)
function http_reconstruct_req(hdis, unixeol) function http_reconstruct_req(hdis[, unixeol])
``` ```
Разборка HTTP запроса или ответа http. http представляет собой многострочный текст. Разборка HTTP запроса или ответа http. http представляет собой многострочный текст.