Earl.Crawler.Events 0.0.0-alpha.0.111

This is a prerelease version of Earl.Crawler.Events.
dotnet add package Earl.Crawler.Events --version 0.0.0-alpha.0.111
NuGet\Install-Package Earl.Crawler.Events -Version 0.0.0-alpha.0.111
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Earl.Crawler.Events" Version="0.0.0-alpha.0.111" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Earl.Crawler.Events --version 0.0.0-alpha.0.111
#r "nuget: Earl.Crawler.Events, 0.0.0-alpha.0.111"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Earl.Crawler.Events as a Cake Addin
#addin nuget:?package=Earl.Crawler.Events&version=0.0.0-alpha.0.111&prerelease

// Install Earl.Crawler.Events as a Cake Tool
#tool nuget:?package=Earl.Crawler.Events&version=0.0.0-alpha.0.111&prerelease

Earl Events

The "Earl Events Pattern" refers to the API that allows consumers of an IEarlCrawler to process information about the executing of a crawl.

Out-of-the-box Earl provides a collection of events that can be found adjacent to the ICrawlerEvents contract.

At the lowest level of the Crawler API, events can be handled by specifying an ICrawlerEvents implementation for the CrawlerOptions.Events provided to the IEarlCrawler. However, more commonly used, is likely the On<TEvent>(this ICrawlerOptionsBuilder builder, CrawlerEventHandler<TEvent> handler) extension method:

var options = CrawlerOptionsBuilder.CreateDefault()
    .On<CrawlUrlResultEvent>(
        async ( CrawlUrlResultEvent e, CancellationToken cancellation ) =>
        {
            // handle the event...
        }
    )
    .Build();

await crawler.CrawlAsync( new Uri(...), options );
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Earl.Crawler.Events:

Package Downloads
Earl.Crawler.Persistence

Default implementation of Earl's "Persistence" pattern.

Earl.Crawler.Middleware

Default implementation of Earl's Middleware pattern.

Earl.Crawler

Earl is a suite of APIs for developing url crawlers & web scrapers driven by a middleware pattern similar to, and strongly influenced by, ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0-alpha.0.111 159 3/30/2022
0.0.0-alpha.0.110 131 3/30/2022
0.0.0-alpha.0.109 140 3/30/2022
0.0.0-alpha.0.108 137 3/30/2022
0.0.0-alpha.0.107 136 3/30/2022
0.0.0-alpha.0.106 128 3/30/2022
0.0.0-alpha.0.104 132 3/29/2022
0.0.0-alpha.0.103 140 3/27/2022
0.0.0-alpha.0.102 141 3/27/2022
0.0.0-alpha.0.101 143 3/27/2022
0.0.0-alpha.0.100 133 3/26/2022
0.0.0-alpha.0.99 146 3/26/2022
0.0.0-alpha.0.98 138 3/25/2022
0.0.0-alpha.0.97 142 3/25/2022
0.0.0-alpha.0.96 138 3/25/2022
0.0.0-alpha.0.95 140 3/25/2022
0.0.0-alpha.0.94 136 3/25/2022
0.0.0-alpha.0.93 131 3/25/2022
0.0.0-alpha.0.92 132 3/24/2022
0.0.0-alpha.0.91 137 3/24/2022
0.0.0-alpha.0.90 134 3/24/2022
0.0.0-alpha.0.89 132 3/24/2022
0.0.0-alpha.0.88 128 3/23/2022
0.0.0-alpha.0.85 137 3/23/2022
0.0.0-alpha.0.84 133 3/23/2022
0.0.0-alpha.0.83 137 3/23/2022
0.0.0-alpha.0.82 130 3/23/2022
0.0.0-alpha.0.79 135 3/22/2022
0.0.0-alpha.0.78 134 3/22/2022
0.0.0-alpha.0.77 133 3/22/2022
0.0.0-alpha.0.76 132 3/22/2022
0.0.0-alpha.0.74 136 3/22/2022
0.0.0-alpha.0.73 136 3/22/2022
0.0.0-alpha.0.72 130 3/21/2022
0.0.0-alpha.0.71 136 3/21/2022
0.0.0-alpha.0.70 135 3/20/2022
0.0.0-alpha.0.69 137 3/19/2022
0.0.0-alpha.0.67 133 3/19/2022
0.0.0-alpha.0.66 138 3/19/2022
0.0.0-alpha.0.65 136 3/19/2022
0.0.0-alpha.0.62 141 3/19/2022
0.0.0-alpha.0.61 132 3/13/2022
0.0.0-alpha.0.60 134 3/13/2022
0.0.0-alpha.0.59 136 3/11/2022
0.0.0-alpha.0.58 145 3/7/2022
0.0.0-alpha.0.57 129 3/7/2022
0.0.0-alpha.0.56 121 3/7/2022
0.0.0-alpha.0.55 131 3/7/2022
0.0.0-alpha.0.54 128 3/7/2022
0.0.0-alpha.0.53 133 3/6/2022
0.0.0-alpha.0.52 128 3/6/2022
0.0.0-alpha.0.51 133 3/6/2022