From e05a62ea4b88025f27e16df5476850981126a88b Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 8 Mar 2024 10:53:18 -0800 Subject: [PATCH] fix list --- docs/utilities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/utilities.md b/docs/utilities.md index 6589f856..05b178eb 100644 --- a/docs/utilities.md +++ b/docs/utilities.md @@ -519,6 +519,7 @@ parameters of LuaSocket's request function. **Returns:** The function returns three values: + 1. `body`: The string result of the request. If a `sink` is provided, then the body is returned as the number value `1` 2. `status`: The HTTP status code of the response. 3. `headers`: A table of headers from the response.