dothttp-runner 0.0.13
More fixes/improvements:#
- [Improvement] header, urls, variables suggestions in the editor
Current release mainly focuses on suggestions.
Current release mainly focuses on suggestions.
More fixes/improvements:

More fixes/improvements:
More fixes/improvements:
Now Users can use ${randomStr} to generate randomStrings on the fly (no need to edit to new value file again)

from now onwards, there is no need to install dothttp-req (python dependency). devs can start from vscode itself
now highlights url, name, method and json
Now http file outline is available, dev can switch between multiple http defs in single easily

Now onwards dev can list requests he made, open requests

Now reports error while editing.

From now onwards dev can check communication between langserver and vscode and can report bugs.
Users can go to dothttp-code view of output channel.

dothttp-req is website solely designed for debugging requests. (it generates curl with all arguments like urlparams, postparams, headers, everything) when making requests debugging payload, debugging query params is pain taking part. like httpbin we will echo same request but in userfriendly curl. checkout via
curl -X DELETE https://req.dothttp.dev/user/1
responds with
curl -X DELETE https://req.dothttp.dev/https://httpbin.org/user/1
for debugging requests, dev just needs to replace host name with req.dothttp.dev. it generates curl request for you to verify