LanzSoftware.Ocelot 18.0.0

dotnet add package LanzSoftware.Ocelot --version 18.0.0
NuGet\Install-Package LanzSoftware.Ocelot -Version 18.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="LanzSoftware.Ocelot" Version="18.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LanzSoftware.Ocelot --version 18.0.0
#r "nuget: LanzSoftware.Ocelot, 18.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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 744 3/3/2023