WaybackConstants.LOCATION_HTTP_HEADER.toUpperCase();
private final static String[] mimes = {
"html"
};
public HTTPRecordAnnotater() {
rules = new ParseEventDelegator();
rules.init();
rule = new RobotMetaRule();
robotFlags = new RobotMetaFlags();
rule.setRobotFlags(robotFlags);
rule.visit(rules);