xh notes
ducaale/xh: Friendly and fast tool for sending HTTP requests o
Shorthand
# from README
xh http://localhost:3000/users # resolves to http://localhost:3000/users
xh localhost:3000/users # resolves to http://localhost:3000/users
xh :3000/users # resolves to http://localhost:3000/users
xh :/users # resolves to http://localhost:80/users
xh example.com # resolves to http://example.com
xh ://example.com # resolves to http://example.com
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus