kg73.Ocelot 0.0.0-dev

This is a prerelease version of kg73.Ocelot.
dotnet add package kg73.Ocelot --version 0.0.0-dev
NuGet\Install-Package kg73.Ocelot -Version 0.0.0-dev
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="kg73.Ocelot" Version="0.0.0-dev" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kg73.Ocelot --version 0.0.0-dev
#r "nuget: kg73.Ocelot, 0.0.0-dev"
#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 kg73.Ocelot as a Cake Addin
#addin nuget:?package=kg73.Ocelot&version=0.0.0-dev&prerelease

// Install kg73.Ocelot as a Cake Tool
#tool nuget:?package=kg73.Ocelot&version=0.0.0-dev&prerelease

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 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 kg73.Ocelot:

Package Downloads
kg73.Ocelot.Administration

Provides Ocelot extensions to use the administration API and IdentityService dependencies that come with it

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0-dev 352 4/7/2019