redb.Route.Http.Hosting
3.5.1
Prefix Reserved
dotnet add package redb.Route.Http.Hosting --version 3.5.1
NuGet\Install-Package redb.Route.Http.Hosting -Version 3.5.1
<PackageReference Include="redb.Route.Http.Hosting" Version="3.5.1" />
<PackageVersion Include="redb.Route.Http.Hosting" Version="3.5.1" />
<PackageReference Include="redb.Route.Http.Hosting" />
paket add redb.Route.Http.Hosting --version 3.5.1
#r "nuget: redb.Route.Http.Hosting, 3.5.1"
#:package redb.Route.Http.Hosting@3.5.1
#addin nuget:?package=redb.Route.Http.Hosting&version=3.5.1
#tool nuget:?package=redb.Route.Http.Hosting&version=3.5.1
redb.Route.Http.Hosting
Shared Kestrel HTTP hosting infrastructure for the redb.Route ESB framework.
Provides SharedHttpServerManager — a multiplexing HTTP server (one Kestrel per host:port, many routes)
used by HTTP-based transports (redb.Route.Http, redb.Route.As2, …). Extracting it here lets those
connectors share one server manager without depending on each other: register it once with
services.AddRedbRouteHttpHosting() (idempotent), and every connector resolves the same singleton — so
an HTTP route and an AS2 route in the same worker share one Kestrel and never fight over a port.
Standalone hosting only — depends on the ASP.NET runtime, not on redb.Route core or any connector.
Part of the redb.Route family.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on redb.Route.Http.Hosting:
| Package | Downloads |
|---|---|
|
redb.Route.Http
HTTP transport for redb.Route ESB framework. Provides HttpClient producer and Kestrel-based consumer (webhook receiver) with CORS, auth, and streaming support. |
|
|
redb.Route.As2
AS2 (RFC 4130) B2B/EDI transport for the redb.Route ESB framework: signed/encrypted S/MIME over HTTP with MDN receipts. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.5.1 | 39 | 8/9/2026 |