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:
@@ -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.
|
||||
|
||||
@@ -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 представляет собой многострочный текст.
|
||||
|
||||
Reference in New Issue
Block a user