A robots.txt has lines of key/value pairs. A ParsedRobotsKey represents
a key. This class can parse a text-representation (including common typos)
and represent them as an enumeration which allows for faster processing
afterwards.
For unparsable keys, the original string representation is kept.
A robots.txt has lines of key/value pairs. A ParsedRobotsKey represents a key. This class can parse a text-representation (including common typos) and represent them as an enumeration which allows for faster processing afterwards. For unparsable keys, the original string representation is kept.