How you do HEAD request? #496
Unanswered
smoothprogrammer
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late reply, I've been busy for a while. That's correct syntax and I can confirm that working. curl -sL -v http://localhost:8080 -X HEAD -H "User-Agent: rest.nvim v3.8.4" -w "%{stderr}? time_total:%{time_total}\n? size_download:%{size_download}\n" This is exact command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try using HEAD but the response showing that the curl is using GET.
Beta Was this translation helpful? Give feedback.
All reactions