Skip to content

Curl Options #345

Closed Answered by boltlessengineer
mhuggins7278 asked this question in Q&A
Discussion options

You must be logged in to vote

You can’t pass curl arguments with rest.nvim (yet)
But you can manually set cookies in headers:

GET https://example.com
Set-Cookie: name=value;path=/

Also rest.nvim supports cookies since v3 release, so that use-case will work now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boltlessengineer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants