GenHTTP.Core
11.0.0-preview.1
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.
See the version list below for details.
dotnet add package GenHTTP.Core --version 11.0.0-preview.1
NuGet\Install-Package GenHTTP.Core -Version 11.0.0-preview.1
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.1" />
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.1" />
<PackageReference Include="GenHTTP.Core" />
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.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GenHTTP.Core, 11.0.0-preview.1"
#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.1
#: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.1&prerelease
#tool nuget:?package=GenHTTP.Core&version=11.0.0-preview.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- GenHTTP.Api (>= 11.0.0-preview.1)
- GenHTTP.Engine.Internal (>= 11.0.0-preview.1)
- GenHTTP.Modules.IO (>= 11.0.0-preview.1)
- GenHTTP.Modules.Layouting (>= 11.0.0-preview.1)
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 | 48 | 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 | 351 | 2/17/2026 |
| 10.4.2 | 411 | 2/4/2026 |
| 10.4.1 | 188 | 2/2/2026 |
| 10.4.0 | 2,705 | 12/30/2025 |
| 10.3.0 | 2,269 | 12/19/2025 |
| 10.2.0 | 529 | 12/11/2025 |
| 10.1.2 | 556 | 12/10/2025 |
| 10.1.1 | 1,164 | 11/28/2025 |
| 10.1.0 | 1,031 | 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