kg73.Ocelot
0.0.0-dev
dotnet add package kg73.Ocelot --version 0.0.0-dev
NuGet\Install-Package kg73.Ocelot -Version 0.0.0-dev
<PackageReference Include="kg73.Ocelot" Version="0.0.0-dev" />
paket add kg73.Ocelot --version 0.0.0-dev
#r "nuget: kg73.Ocelot, 0.0.0-dev"
// 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 | Versions 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. net9.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- FluentValidation (>= 8.2.2)
- Microsoft.AspNetCore.MiddlewareAnalysis (>= 3.0.0-preview3-19153-02)
- Microsoft.Extensions.DiagnosticAdapter (>= 3.0.0-preview3.19153.1)
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 | 373 | 4/7/2019 |