module Url::Diff

Defined in:

url-diff.cr

Constant Summary

VERSION = "0.1.1"

Class Method Summary

Class Method Detail

def self.compare(baseline : Tuple(String, String), against : Tuple(String, String)) : Tuple(String, String, Report) #

[View source]
def self.compare(baseline : String, against : String) #

[View source]
def self.compare_hostname(report : Report, a : URI, b : URI) #

[View source]
def self.compare_path(report : Report, a : URI, b : URI) #

[View source]
def self.compare_query_params(report : Report, a : URI, b : URI) #

[View source]
def self.compare_scheme(report : Report, a : URI, b : URI) #

[View source]
def self.view(args, whitelist = [] of String) #

[View source]