docs: api, plugins, ui2

This commit is contained in:
Justin M. Keyes
2026-03-20 23:52:42 +01:00
parent f29b3b5d45
commit a3b48b1054
28 changed files with 157 additions and 102 deletions

View File

@@ -20,11 +20,8 @@ local M = {}
---The HTTP body of the request
---@field body string
--- Makes an HTTP GET request to the given URL (asynchronous).
---
--- This function is asynchronous (non-blocking), returning immediately and
--- passing the response object to the optional `on_response` handler on
--- completion.
--- Makes an HTTP GET request to the given URL, asynchronously passing the result to the specified
--- `on_response`, `outpath` or `outbuf`.
---
--- Examples:
--- ```lua