postman-code-generators
postman-code-generators copied to clipboard
Why using headers when it is not required in C-libcurl?
Describe the bug in code snippet generated for C-libcurl for simple get request it is using headers as NULL while we don't need it as we haven't created any custom headers
To Reproduce paste the API and produce the code-snippet for C-libcurl keep the method as get
Expected code snippet and corresponding request I don't think it is required it is unnecessarily bloating the code
Screenshots
Additional context I have experienced this on website of postman