Files
neovim/runtime/lua/vim
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-24 00:14:55 +01:00
2026-03-24 00:14:55 +01:00
2026-03-11 18:24:57 +01:00
2025-06-06 15:36:48 +01:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-03-11 18:00:18 +01:00
2025-09-16 11:41:36 +08:00
2026-03-20 23:30:09 +01:00