-
|
Is there a possibility to define a global script (and maybe also global headers) that will be applied to all requests in a file? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Global headers: https://neovim.getkulala.net/docs/usage/dotenv-and-http-client.env.json-support#default-http-headers |
Beta Was this translation helpful? Give feedback.
-
|
What does the |
Beta Was this translation helpful? Give feedback.
-
|
I'm finding that |
Beta Was this translation helpful? Give feedback.
-
|
Yes, $default_headers get added at a later stage than when Inspect runs. I will see if this can be fixed. |
Beta Was this translation helpful? Give feedback.


Global headers: https://neovim.getkulala.net/docs/usage/dotenv-and-http-client.env.json-support#default-http-headers
Global script: no, but you can use
run/import commandshttps://neovim.getkulala.net/docs/usage/import-and-run-http