GenHTTP.Core 11.0.0-preview.2

This is a prerelease version of GenHTTP.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package GenHTTP.Core --version 11.0.0-preview.2
                    
NuGet\Install-Package GenHTTP.Core -Version 11.0.0-preview.2
                    
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="GenHTTP.Core" Version="11.0.0-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenHTTP.Core" Version="11.0.0-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="GenHTTP.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GenHTTP.Core --version 11.0.0-preview.2
                    
#r "nuget: GenHTTP.Core, 11.0.0-preview.2"
                    
#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.
#:package GenHTTP.Core@11.0.0-preview.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GenHTTP.Core&version=11.0.0-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GenHTTP.Core&version=11.0.0-preview.2&prerelease
                    
Install as a Cake Tool

GenHTTP.Core

This package provides the basic dependencies required to run a GenHTTP application using the internal engine.

Please refer to the documentation for tutorials, template projects and other examples.

using GenHTTP.Engine.Internal;

using GenHTTP.Modules.IO;
using GenHTTP.Modules.Practices;

var content = Content.From(Resource.FromString("Hello World!"));

await Host.Create()
          .Handler(content)
          .Defaults()
          .RunAsync(); // or StartAsync() for non-blocking
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on GenHTTP.Core:

Package Downloads
ArtemisRGB.Core

Package Description

MockH

Library to mock HTTP responses in an integration or acceptance test written in C#.

ioctalk-insight-webhost

IOC-Talk insight web host main library.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on GenHTTP.Core:

Repository Stars
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
PCL-Community/PCL.Neo
一个用 Avalonia 重写的 PCL
Version Downloads Last Updated
11.0.0-preview.6 51 3/9/2026
11.0.0-preview.5 49 3/9/2026
11.0.0-preview.4 40 3/7/2026
11.0.0-preview.3 42 3/7/2026
11.0.0-preview.2 44 3/6/2026
11.0.0-preview.1 44 3/5/2026
10.5.0 355 2/17/2026
10.4.2 411 2/4/2026
10.4.1 188 2/2/2026
10.4.0 2,741 12/30/2025
10.3.0 2,300 12/19/2025
10.2.0 529 12/11/2025
10.1.2 556 12/10/2025
10.1.1 1,169 11/28/2025
10.1.0 1,034 11/20/2025
10.0.0 1,697 11/11/2025
9.8.0 2,061 7/9/2025
9.7.0 1,905 2/27/2025
9.6.2 2,340 1/31/2025
9.6.1 416 1/31/2025
Loading failed