Closed Mrthnx closed 1 month ago
What’s the version of installed curl
in your OS?
this is version curl --version
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libid
n2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp
sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTL
M_WB PSL SPNEGO SSL TLS-SRP UnixSockets
Can’t reproduce… but I’ll definitely take a look about this tomorrow.
to add that my local has lua 5.3.3 and my nvim lua 5.1
local lua version should not matter if you installed rest.nvim without errors.
Do you have error only for that request or for all requests?
GET https://api.github.com/users/boltlessengineer
Do you have same error with this http request?
What is the output of running this command from cli?
curl -sSL --verbose -XPOST https://backend.pdmmonitor.com/login -w '%{stderr}? time_total:%{time_total}\n? size_download:%{size_download}'
with the new changes it works, thank you very much.
Actually that change was for debugging purposes, but glad that it fixed your issue. :)
Prerequisites
Neovim Version
v0.10.1
Operating system/version
Ubuntu 20.04
Actual behavior
Expected behavior
correct execution of request
Steps to reproduce
execute command :Rest run
Other information
No response
Repro (
lazy.nvim
)