|
NAMEGungho::Component::RobotRules - Respect robots.txt SYNOPSIS ---
components:
- RobotRules
METHODSsetupsetup_robot_rules_parsersetup_robot_rules_storagehandle_responsesend_requestallowed($request)Returns 1 if request is allowed to be fetched, 0 if not. -1 and -2 are returned when there is a pending request to fetch /robots.txt dispatch_pending_robots_txtDispatches requests that were pending because of a missing robots.txt entry push_pending_robots_txtPushes a request in the wait queue for a robots.txt parse_robot_rulesParses the robot rule and stores it
|