Kreuzcrawl.BatchCrawlStreamRequest (kreuzcrawl v0.3.0-rc.43)

Copy Markdown

Request to begin a multi-URL streaming crawl.

Wraps a set of seed URLs for delivery through the streaming-adapter binding surface. Required as a struct because alef's streaming adapter requires a named request type — primitives are not supported.

Summary

Types

t()

Request to begin a multi-URL streaming crawl.

Types

t()

@type t() :: %Kreuzcrawl.BatchCrawlStreamRequest{urls: [String.t()]}

Request to begin a multi-URL streaming crawl.