org.llm4s.rag.loader.internal.RobotsTxtParser.RobotsTxt
See theRobotsTxt companion object
final case class RobotsTxt(allowRules: Seq[String], disallowRules: Seq[String], crawlDelay: Option[Int])
Parsed robots.txt rules for a domain.
Value parameters
- allowRules
-
Paths that are explicitly allowed
- crawlDelay
-
Suggested delay between requests in seconds
- disallowRules
-
Paths that are disallowed
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article