You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to get header like a="b,c" is there any way to parse it as a raw string ?
I've tried using escape character as well like a="b,c" but it still doesn't work.
It is possible in the REPL way as the header command there has a --raw flag.
Any help would be appreciated, thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
using evans --header a="b,c" creates headers as :
to get header like a="b,c" is there any way to parse it as a raw string ?
I've tried using escape character as well like a="b,c" but it still doesn't work.
It is possible in the REPL way as the header command there has a --raw flag.
Any help would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions