Ocelot 1.4.0-pullrequest0047

This is a prerelease version of Ocelot.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Ocelot --version 1.4.0-pullrequest0047
                    
NuGet\Install-Package Ocelot -Version 1.4.0-pullrequest0047
                    
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="Ocelot" Version="1.4.0-pullrequest0047" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ocelot" Version="1.4.0-pullrequest0047" />
                    
Directory.Packages.props
<PackageReference Include="Ocelot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ocelot --version 1.4.0-pullrequest0047
                    
#r "nuget: Ocelot, 1.4.0-pullrequest0047"
                    
#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.
#addin nuget:?package=Ocelot&version=1.4.0-pullrequest0047&prerelease
                    
Install Ocelot as a Cake Addin
#tool nuget:?package=Ocelot&version=1.4.0-pullrequest0047&prerelease
                    
Install Ocelot as a Cake Tool

This 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. We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this. 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.  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 netcoreapp1.1 is compatible.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (124)

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.Cache.CacheManager

Provides Ocelot extensions to use CacheManager.Net

Ocelot.Provider.Consul

Provides Ocelot extensions to use Consul service discovery.

2AxisTechnology.Core.CL

Plz don't install.

GitHub repositories (34)

Showing the top 20 popular GitHub repositories that depend on Ocelot:

Repository Stars
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (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
q315523275/FamilyBucket
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
hamed-shirbandi/TaskoMask
Task management system based on .NET 8 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts
madslundt/NetCoreMicroservicesSample
Sample using micro services in .NET Core 3.1 Focusing on clean code
jerrytang67/SoMall
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql
migomiddle/xms
基于.netcore的跨平台应用框架,包含众多常用模块,易上手、易扩展,xms可理解为x(可扩展的/任意的)m(管理)s(系统)
Burgyn/MMLib.SwaggerForOcelot
This repo contains swagger extension for ocelot.
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
BehzadDara/OnlineShop
falberthen/EcommerceDDD
Experimental full-stack application using Domain-Driven Design, Microservices, Event Sourcing, CQRS and Angular.
beetlex-io/Bumblebee
.net core fast http and websocket gateway components
johnph/simple-transaction
Microservices sample architecture for .Net Core Application
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
yc-l/yc.boilerplate
YC. Boilerplate is a set of loose coupling, flexible combination, complete functions, convenient development, and reduces the workload of development.
catcherwong-archive/APIGatewayDemo
:seedling: Simple samples that use Ocelot to build API Gateway.
catcherwong/Demos
:100:Some demos for learning
Version Downloads Last updated
24.0.0 10,427 4/20/2025
23.4.3 122,091 1/17/2025
23.4.2 117,883 11/27/2024 23.4.2 is deprecated because it has critical bugs.
23.4.1 18,056 11/22/2024 23.4.1 is deprecated because it has critical bugs.
23.4.0 18,307 11/18/2024 23.4.0 is deprecated because it has critical bugs.
23.3.6 65,949 10/31/2024
23.3.4 101,178 10/3/2024 23.3.4 is deprecated because it has critical bugs.
23.3.3 358,623 6/11/2024 23.3.3 is deprecated because it has critical bugs.
23.3.0 15,303 6/8/2024 23.3.0 is deprecated because it has critical bugs.
23.2.2 235,144 4/5/2024
23.2.0 11,059 4/1/2024 23.2.0 is deprecated because it has critical bugs.
23.1.0 192,229 3/4/2024
23.0.0 97,609 2/13/2024
22.0.1 295,213 12/8/2023
22.0.0 45,150 11/28/2023 22.0.0 is deprecated because it has critical bugs.
21.0.0 34,598 11/21/2023
20.0.0 226,612 10/7/2023
19.0.4 20,344 10/6/2023
19.0.3 29,601 9/21/2023
19.0.2 249,241 4/22/2023
19.0.1 4,724 4/22/2023
19.0.0 4,227 4/22/2023
18.0.0 2,453,794 1/20/2022
17.0.1 238,863 12/20/2021
17.0.0 1,282,135 12/11/2020
16.0.2 20,522 12/11/2020
16.0.1 1,316,166 5/25/2020
16.0.0 60,746 5/23/2020
1.1.0 3,467 2/2/2017 1.1.0 is deprecated because it is no longer maintained and has critical bugs.