LanzSoftware.Ocelot
18.0.0
dotnet add package LanzSoftware.Ocelot --version 18.0.0
NuGet\Install-Package LanzSoftware.Ocelot -Version 18.0.0
<PackageReference Include="LanzSoftware.Ocelot" Version="18.0.0" />
paket add LanzSoftware.Ocelot --version 18.0.0
#r "nuget: LanzSoftware.Ocelot, 18.0.0"
// Install LanzSoftware.Ocelot as a Cake Addin #addin nuget:?package=LanzSoftware.Ocelot&version=18.0.0 // Install LanzSoftware.Ocelot as a Cake Tool #tool nuget:?package=LanzSoftware.Ocelot&version=18.0.0
This Library is a fork to Ocelot to fix certified error in WebSocket. Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- FluentValidation (>= 10.3.6)
- Microsoft.AspNetCore.MiddlewareAnalysis (>= 6.0.1)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.1)
- Microsoft.Extensions.DiagnosticAdapter (>= 3.1.22)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LanzSoftware.Ocelot:
Package | Downloads |
---|---|
LanzSoftware.MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services. Fix for use in Lanzsoftware.Ocelot |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
18.0.0 | 842 | 3/3/2023 |