Kreuzcrawl. BatchCrawlStreamRequest
(kreuzcrawl v0.3.0-rc.37)
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
@type t() :: %Kreuzcrawl.BatchCrawlStreamRequest{urls: [String.t()]}
Request to begin a multi-URL streaming crawl.