RobotsMatcher.MatchHierarchy

For each of the directives within user-agents, we keep global and specific match scores.

class RobotsMatcher
package
struct MatchHierarchy {}

Members

Functions

Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

global
Match global;

Match for '*'

specific
Match specific;

Match for queried agent.

Meta