module Url::Diff
Defined in:
url-diff.crConstant Summary
-
VERSION =
"0.1.1"
Class Method Summary
- .compare(baseline : Tuple(String, String), against : Tuple(String, String)) : Tuple(String, String, Report)
- .compare(baseline : String, against : String)
- .compare_hostname(report : Report, a : URI, b : URI)
- .compare_path(report : Report, a : URI, b : URI)
- .compare_query_params(report : Report, a : URI, b : URI)
- .compare_scheme(report : Report, a : URI, b : URI)
- .view(args, whitelist = [] of String)