GenHTTP.Core 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GenHTTP.Core --version 10.0.0
                    
NuGet\Install-Package GenHTTP.Core -Version 10.0.0
                    
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="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenHTTP.Core" Version="10.0.0" />
                    
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 10.0.0
                    
#r "nuget: GenHTTP.Core, 10.0.0"
                    
#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@10.0.0
                    
#: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=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=GenHTTP.Core&version=10.0.0
                    
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
10.1.0 0 11/20/2025
10.0.0 570 11/11/2025
9.8.0 1,665 7/9/2025
9.7.0 1,374 2/27/2025
9.6.2 2,014 1/31/2025
9.6.1 276 1/31/2025
9.6.0 689 1/22/2025
9.5.0 283 1/10/2025
9.4.0 429 12/20/2024
9.3.0 319 12/11/2024
9.2.1 467 12/3/2024
9.2.0 308 11/29/2024
9.1.0 854 11/22/2024
9.0.0 582 11/13/2024
8.6.0 2,526 7/1/2024
8.5.2 1,346 6/5/2024
8.5.1 260 6/5/2024
8.5.0 335 6/4/2024
8.4.3 261 6/3/2024
8.4.2 287 6/3/2024
8.4.1 274 5/31/2024
8.4.0 286 5/28/2024
8.3.2 862 4/29/2024
8.3.1 787 4/24/2024
8.3.0 290 4/23/2024
8.2.0 1,343 3/12/2024
8.1.1 643 2/26/2024
8.1.0 1,001 1/4/2024
8.0.0 1,125 11/23/2023
7.0.0 1,296 7/3/2023
6.4.0 6,529 8/23/2022
6.3.5 2,022 7/1/2022
6.3.4 981 4/26/2022
6.3.3 816 2/21/2022
6.3.2 705 1/24/2022
6.3.1 674 12/21/2021
6.3.0 674 12/20/2021
6.2.0 1,151 12/3/2021
6.1.0 6,296 11/24/2021
6.0.0 672 11/9/2021
5.2.0 1,892 1/18/2021
5.1.1 857 12/14/2020
5.1.0 727 12/13/2020
5.0.0 857 11/20/2020
4.1.0 911 10/22/2020
4.0.0 785 10/5/2020
3.2.2 104,400 9/15/2020
3.2.1 630 9/14/2020
3.2.0 631 9/7/2020
3.1.0 652 6/19/2020
3.0.3 1,064 4/24/2020
3.0.2 632 4/23/2020
3.0.1 662 4/21/2020
3.0.0 689 4/21/2020
2.11.0 736 4/1/2020
2.10.2 705 3/27/2020
2.10.1 833 3/18/2020
2.10.0 722 3/18/2020
2.9.0 713 3/11/2020
2.8.3 697 3/2/2020
2.8.2 699 3/2/2020
2.8.1 782 2/27/2020
2.8.0 696 2/21/2020
2.7.3 710 1/22/2020
2.7.2 641 1/20/2020
2.7.1 724 1/20/2020
2.7.0 654 1/17/2020
2.6.0 936 12/23/2019
2.5.0 818 11/13/2019
2.4.1 737 10/28/2019
2.4.0 674 10/28/2019
2.3.0 754 8/1/2019
2.2.0 790 4/13/2019
2.1.1 772 4/2/2019
2.1.0 766 4/2/2019
2.0.0 867 3/28/2019