Class: SiteHealth::Redirect

Inherits:
Checker
  • Object
show all
Defined in:
lib/site_health/checkers/redirect.rb

Overview

Checks if page is a redirect (works with HTTP 3XX status and HTML body redirects)

Constant Summary

Constants inherited from Checker

Checker::CHECKABLE_TYPES

Instance Attribute Summary

Attributes inherited from Checker

#config, #data, #issues, #logger, #page

Method Summary

Methods inherited from Checker

#add_data, #add_issue, #add_issue_type, #call, #initialize, issue_types, #issue_types, #name, name, #should_check?, #to_h, #types, types, #url

Constructor Details

This class inherits a constructor from SiteHealth::Checker