Earl.Crawler.Events 0.0.0-alpha.0.103

This is a prerelease version of Earl.Crawler.Events.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Earl.Crawler.Events --version 0.0.0-alpha.0.103
NuGet\Install-Package Earl.Crawler.Events -Version 0.0.0-alpha.0.103
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.103" />
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.103
#r "nuget: Earl.Crawler.Events, 0.0.0-alpha.0.103"
#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.103&prerelease

// Install Earl.Crawler.Events as a Cake Tool
#tool nuget:?package=Earl.Crawler.Events&version=0.0.0-alpha.0.103&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 160 3/30/2022
0.0.0-alpha.0.110 132 3/30/2022
0.0.0-alpha.0.109 141 3/30/2022
0.0.0-alpha.0.108 138 3/30/2022
0.0.0-alpha.0.107 137 3/30/2022
0.0.0-alpha.0.106 129 3/30/2022
0.0.0-alpha.0.104 133 3/29/2022
0.0.0-alpha.0.103 141 3/27/2022
0.0.0-alpha.0.102 144 3/27/2022
0.0.0-alpha.0.101 144 3/27/2022
0.0.0-alpha.0.100 134 3/26/2022
0.0.0-alpha.0.99 147 3/26/2022
0.0.0-alpha.0.98 139 3/25/2022
0.0.0-alpha.0.97 143 3/25/2022
0.0.0-alpha.0.96 139 3/25/2022
0.0.0-alpha.0.95 141 3/25/2022
0.0.0-alpha.0.94 137 3/25/2022
0.0.0-alpha.0.93 132 3/25/2022
0.0.0-alpha.0.92 133 3/24/2022
0.0.0-alpha.0.91 138 3/24/2022
0.0.0-alpha.0.90 136 3/24/2022
0.0.0-alpha.0.89 133 3/24/2022
0.0.0-alpha.0.88 129 3/23/2022
0.0.0-alpha.0.85 139 3/23/2022
0.0.0-alpha.0.84 134 3/23/2022
0.0.0-alpha.0.83 138 3/23/2022
0.0.0-alpha.0.82 131 3/23/2022
0.0.0-alpha.0.79 136 3/22/2022
0.0.0-alpha.0.78 136 3/22/2022
0.0.0-alpha.0.77 135 3/22/2022
0.0.0-alpha.0.76 133 3/22/2022
0.0.0-alpha.0.74 137 3/22/2022
0.0.0-alpha.0.73 137 3/22/2022
0.0.0-alpha.0.72 131 3/21/2022
0.0.0-alpha.0.71 137 3/21/2022
0.0.0-alpha.0.70 136 3/20/2022
0.0.0-alpha.0.69 138 3/19/2022
0.0.0-alpha.0.67 135 3/19/2022
0.0.0-alpha.0.66 139 3/19/2022
0.0.0-alpha.0.65 137 3/19/2022
0.0.0-alpha.0.62 142 3/19/2022
0.0.0-alpha.0.61 133 3/13/2022
0.0.0-alpha.0.60 135 3/13/2022
0.0.0-alpha.0.59 137 3/11/2022
0.0.0-alpha.0.58 146 3/7/2022
0.0.0-alpha.0.57 130 3/7/2022
0.0.0-alpha.0.56 122 3/7/2022
0.0.0-alpha.0.55 132 3/7/2022
0.0.0-alpha.0.54 129 3/7/2022
0.0.0-alpha.0.53 134 3/6/2022
0.0.0-alpha.0.52 129 3/6/2022
0.0.0-alpha.0.51 134 3/6/2022