Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03: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_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.