katt can not be compiled with otp 23+ because of the usage of a depracated http_uri:parse function call
it can be replaced with uri_string:parse, but that is not available in otp versions older than 21.0
swith off the warnings_as_errors temporary option is a solution
katt can not be compiled with otp 23+ because of the usage of a depracated http_uri:parse function call it can be replaced with uri_string:parse, but that is not available in otp versions older than 21.0 swith off the warnings_as_errors temporary option is a solution