Files
neovim/runtime/lua
Yochem van Rosmalen 10ca09a2cb fix(vim.net): always pass response body to on_response #38460
Problem:
on_response(err, response) handler doesn't receive a response when an
output buffer or path is supplied to vim.net.request. User might want to
both output output to a file/buffer and also do something with it on
response.

Solution:
If an on_response handler was given, then pass the response to it.
2026-03-24 07:30:00 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00