Kreuzcrawl.CrawlStreamRequest (kreuzcrawl v0.3.0-rc.42)

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

t()

Request to begin a single-URL streaming crawl.

Types

t()

@type t() :: %Kreuzcrawl.CrawlStreamRequest{url: String.t() | nil}

Request to begin a single-URL streaming crawl.