Ocelot 19.0.0
See the version list below for details.
dotnet add package Ocelot --version 19.0.0
NuGet\Install-Package Ocelot -Version 19.0.0
<PackageReference Include="Ocelot" Version="19.0.0" />
paket add Ocelot --version 19.0.0
#r "nuget: Ocelot, 19.0.0"
// Install Ocelot as a Cake Addin #addin nuget:?package=Ocelot&version=19.0.0 // Install Ocelot as a Cake Tool #tool nuget:?package=Ocelot&version=19.0.0
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 | net7.0 is compatible. 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. |
-
net7.0
- FluentValidation (>= 11.5.2)
- Microsoft.AspNetCore.MiddlewareAnalysis (>= 7.0.5)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 7.0.5)
- Microsoft.Extensions.DiagnosticAdapter (>= 3.1.32)
NuGet packages (120)
Showing the top 5 NuGet packages that depend on Ocelot:
Package | Downloads |
---|---|
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services. |
|
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET |
|
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul |
|
Ocelot.Cache.CacheManager
Provides Ocelot extensions to use CacheManager.Net |
|
2AxisTechnology.Core.CL
Plz don't install. |
GitHub repositories (33)
Showing the top 5 popular GitHub repositories that depend on Ocelot:
Repository | Stars |
---|---|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, GCP).
|
|
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
Version | Downloads | Last updated | |
---|---|---|---|
23.3.6 | 4,457 | 10/31/2024 | |
23.3.4 | 29,729 | 10/3/2024 | |
23.3.3 | 181,961 | 6/11/2024 | |
23.3.0 | 9,292 | 6/8/2024 | |
23.2.2 | 164,644 | 4/5/2024 | |
23.2.0 | 9,069 | 4/1/2024 | |
23.1.0 | 136,652 | 3/4/2024 | |
23.0.0 | 74,725 | 2/13/2024 | |
22.0.1 | 213,701 | 12/8/2023 | |
22.0.0 | 37,905 | 11/28/2023 | |
21.0.0 | 24,125 | 11/21/2023 | |
20.0.0 | 120,773 | 10/7/2023 | |
19.0.4 | 12,200 | 10/6/2023 | |
19.0.3 | 25,262 | 9/21/2023 | |
19.0.2 | 218,824 | 4/22/2023 | |
19.0.1 | 4,250 | 4/22/2023 | |
19.0.0 | 3,732 | 4/22/2023 | |
18.0.0 | 2,215,564 | 1/20/2022 | |
17.0.1 | 221,166 | 12/20/2021 | |
17.0.0 | 1,217,093 | 12/11/2020 | |
16.0.2 | 18,257 | 12/11/2020 | |
16.0.1 | 1,263,922 | 5/25/2020 | |
16.0.0 | 53,798 | 5/23/2020 | |
1.1.0 | 3,304 | 2/2/2017 |