Verifies if the input data is a valid URL. Internally, it uses node's url module.
         The result will be the URL object returned from url.parse(input)
      
'use strict';
thorin.validate('URL', 'inputString', {
   public: true,
   protocol: 'http', // or ['http','https','ftp']
   hash: false
});
   You can always create a new issue on GitHub or contact one of the core founders by chat.