Current section

Files

Jump to
webls include webls@robots_Robot.hrl
Raw

include/webls@robots_Robot.hrl

-record(robot, {
user_agent :: binary(),
allowed_routes :: list(binary()),
disallowed_routes :: list(binary())
}).