mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
docs: api, plugins, ui2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user