Request name syntax #482
-
Reading the docs, there seems to be 2 different ways to specify a request name:
And it seems like the two behave differently. The first can be referenced in |
Beta Was this translation helpful? Give feedback.
Answered by
YaroSpace
Apr 20, 2025
Replies: 1 comment 2 replies
-
This is indeed correct. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BojanStipic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is indeed correct.
@ name
syntax is the legacy feature, while### name
was added lately to be compatible with IntelliJ HTTP Client.We should unify them, I guess, but for now you can use both at the same time.