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
Hello,
I thought the following would work to remove the string " - i " from the request snippet rendered as curl requests, but I'm thinking now that I would have to somehow post process the snippet instead. Is that possible?
The request and response defaults are applied to the HTTP request and HTTP response. All this happens before any of the snippet generation is performed. It appears that what you are trying to do is to post-process the output of the curl snippet but what you have configured is pre-processing of the HTTP request before it's documented.
It sounds like what you'd like to be able to do is covered by #552. That issue also shows a workaround with a custom CurlRequestSnippet sub-class that removes the -i.
Hello,
I thought the following would work to remove the string " - i " from the request snippet rendered as curl requests, but I'm thinking now that I would have to somehow post process the snippet instead. Is that possible?
Thanks!
The text was updated successfully, but these errors were encountered: