![]() |
VOOZH | about |
dotnet add package GenHTTP.Core --version 10.5.3
NuGet\Install-Package GenHTTP.Core -Version 10.5.3
<PackageReference Include="GenHTTP.Core" Version="10.5.3" />
<PackageVersion Include="GenHTTP.Core" Version="10.5.3" />Directory.Packages.props
<PackageReference Include="GenHTTP.Core" />Project file
paket add GenHTTP.Core --version 10.5.3
#r "nuget: GenHTTP.Core, 10.5.3"
#:package GenHTTP.Core@10.5.3
#addin nuget:?package=GenHTTP.Core&version=10.5.3Install as a Cake Addin
#tool nuget:?package=GenHTTP.Core&version=10.5.3Install as a Cake Tool
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
Learn more about Target Frameworks and .NET Standard.
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. |
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-CE
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.18 | 49 | 6/10/2026 |
| 11.0.0-preview.17 | 49 | 6/10/2026 |
| 11.0.0-preview.16 | 62 | 6/8/2026 |
| 11.0.0-preview.15 | 68 | 6/4/2026 |
| 10.5.3 | 510 | 5/2/2026 |
| 10.5.2 | 244 | 4/30/2026 |
| 10.5.1 | 224 | 4/27/2026 |