Function

downstream-bot-category

A string indicating the type of bot detected (e.g., SEARCH-ENGINE-CRAWLER, AI-CRAWLER, SUSPECTED-BOT). Returns ok(none) if bot detection was not executed.

Warning: String values may change over time. Use this for logging or informational purposes. For conditional logic, use the downstream-bot-category-kind value.

downstream-bot-category: func(ds-request: borrow​<request>, max-len: u64) -> result​<option​<string>, error>;