We primarily use this for debugging VAST requests to make it easy to see the difference when macros and such are compiled, which is otherwise a pain. This is writtien in Crystal so there is currently no support for Windows environments.
diff two urls by:
- hostname
- path
- query parameters
download the binary and add it to your $PATH from the releases page, or if you are familiar with Crystal, you can build the binaries from this repo using shards build url-diff
url-diff help
- Fork it (https://github.com/flowplayer/url-diff/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Benjamin Clos - creator and maintainer