Kreuzcrawl. CrawlStreamRequest
(kreuzcrawl v0.3.0-rc.43)
Copy Markdown
Request to begin a single-URL streaming crawl.
Wraps a single seed URL 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.CrawlStreamRequest{url: String.t() | nil}
Request to begin a single-URL streaming crawl.