Ocelot 24.0.1

Ocelot Logo

Release Status Development Status ReadTheDocs Coveralls License: MIT NuGet Downloads

About

Ocelot is a .NET API gateway. This project is aimed at people using .NET running a microservices (service-oriented) architecture that needs a unified point of entry into their system. However, it will work with anything that speaks HTTP(S) and runs on any platform that ASP.NET Core supports.

Ocelot consists of a series of ASP.NET Core middlewares arranged in a specific order.

Ocelot custom middlewares manipulate 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 retrieved as the request 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!

Features

A concise list of Ocelot's capabilities, for further details refer to Documentation

Install

Ocelot is designed to work with ASP.NET Core and it targets net8.0 LTS and net9.0 STS target framework monikers (TFMs). 4

Install Ocelot package and its dependencies using NuGet package manager:

Install-Package Ocelot

Or via the .NET CLI:

dotnet add package Ocelot

All versions are available on NuGet.

Documentation

  • RST-sources: This includes the source code for the documentation (in reStructuredText format, .rst files), which is up to date for the current development. And the rendered HTML documentation is available here.
  • Read the Docs: This official website, in HTML format, contains a wealth of information and will be helpful if you want to understand the features that Ocelot currently offers. The rendered HTML documentation, which is currently in development, is available here.
  • Ask Ocelot Guru: It is an AI focused on Ocelot, designed to answer your questions. 5

Coming up

You can see what we are working on in the backlog.

Contributing

We love to receive contributions from the community, so please keep them coming. Pull requests, issues, and commentary welcome! octocat

Please complete the relevant template for issues and pull requests. Sometimes it's worth getting in touch with us to discuss changes before doing any work in case this is something we are already doing or it might not make sense. We can also give advice on the easiest way to do things octocat

Finally, we mark all existing issues as label: help wanted label: small effort label: medium effort label: large effort. 6 If you want to contribute for the first time, we suggest looking at a label: help wanted label: small effort label: good first issue octocat

Notes


  1. Ocelot does not directly support GraphQL. Developers can easily integrate the GraphQL for .NET library.

  2. Ocelot supports the following service discovery providers: (1) Consul through the Ocelot.Provider.Consul extension package, (2) Kubernetes via the Ocelot.Provider.Kubernetes extension package, and (3) Netflix Eureka, which utilizes the Steeltoe.Discovery.Eureka package referenced within the Ocelot.Provider.Eureka extension package. Additionally, Ocelot supports (4) Azure Service Fabric for service discovery, along with special modes such as Dynamic Routing and Custom Providers.

  3. Retry policies only via Polly library referenced within the Ocelot.Provider.Polly extension package.

  4. Starting with version 21 and higher, the solution's code base supports Multitargeting as SDK-style projects. It should be easier for teams to migrate to the currently supported .NET 8 and 9 frameworks. Also, new features will be available for all .NET SDKs that we support via multitargeting. Find out more here: Target frameworks in SDK-style projects

  5. Ocelot Guru is an unofficial tool to get answers regarding Ocelot: please consider it an advanced search tool. Thus, we have an official Questions & Answers category in the Discussions space.

  6. See all labels for the repository, which are useful for searching and filtering.

Showing the top 20 packages that depend on Ocelot.

Packages Downloads
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
51
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
52
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
53
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
55
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
56
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
58
Ocelot.Provider.Consul
Provides Ocelot extensions to use Consul
59
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET
51
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET
52
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET
53
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET
54
Ocelot.Provider.Polly
Provides Ocelot extensions to use Polly.NET
56

Upgrade to .NET 9 with supported TFMs (net8.0;net9.0)

Version Downloads Last updated
24.0.1 48 07/18/2025
24.0.0 41 04/25/2025
24.0.0-beta.3 23 09/16/2025
24.0.0-beta.2 31 10/16/2025
24.0.0-beta.1 35 06/19/2025
24.0.0-alpha.30 30 07/24/2025
23.5.0-beta.5 48 04/11/2025
23.5.0-beta.4 42 04/11/2025
23.5.0-beta.3 40 04/11/2025
23.5.0-beta.2 40 04/11/2025
23.5.0-beta.1 32 04/11/2025
23.4.3 43 01/29/2025
23.4.2 47 12/02/2024
23.4.1 45 12/12/2024
23.4.0 50 11/29/2024
23.3.6 51 11/17/2024
23.3.4 54 11/14/2024
23.3.3 48 12/12/2024
23.3.0 61 11/14/2024
23.2.2 51 05/26/2024
23.2.0 48 05/04/2024
23.1.0 59 05/06/2024
23.0.0 48 05/01/2024
22.0.1 46 12/02/2024
22.0.0 42 11/29/2024
21.0.0 50 05/05/2024
20.0.0 60 05/08/2024
19.0.4 50 11/24/2024
19.0.3 45 12/09/2024
19.0.2 54 05/05/2024
19.0.1 47 12/06/2024
19.0.0 46 12/09/2024
18.0.0 54 04/30/2024
17.0.1 47 12/06/2024
17.0.0 52 09/19/2022
16.0.2 52 05/10/2024
16.0.1 48 12/02/2024
16.0.0 46 12/02/2024
15.0.7 46 05/07/2024
15.0.1 49 05/04/2024
15.0.0 47 11/25/2024
14.1.3 54 05/01/2024
14.1.2 52 12/04/2024
14.1.1 52 05/08/2024
14.1.0 46 05/18/2025
14.0.12 45 05/30/2024
14.0.11 48 04/13/2025
14.0.9 47 03/12/2025
14.0.8 50 05/07/2024
14.0.5 52 05/08/2024
14.0.4 31 08/28/2025
14.0.2 45 05/01/2024
14.0.0 51 12/11/2024
13.9.0-alpha0115 44 12/03/2024
13.8.5 39 03/14/2025
13.8.2 52 05/03/2024
13.8.1 38 08/18/2025
13.8.0-alpha0018 37 05/05/2024
13.8.0-alpha0008 55 05/04/2024
13.8.0-alpha0006 49 05/08/2024
13.8.0-alpha0002 45 04/10/2025
13.7.0-alpha0011 46 05/04/2024
13.7.0-alpha0009 44 05/04/2024
13.7.0-alpha0008 51 05/02/2024
13.7.0-alpha0006 55 05/06/2024
13.7.0-alpha0003 30 08/28/2025
13.7.0-alpha0002 37 09/03/2025
13.6.0-alpha0014 57 05/02/2024
13.6.0-alpha0010 53 05/05/2024
13.6.0-alpha0008 51 05/15/2024
13.6.0-alpha0006 57 04/09/2024
13.6.0-alpha0001 34 08/29/2025
13.5.2 55 05/02/2024
13.5.0-alpha0056 50 05/01/2024
13.5.0-alpha0053 35 05/11/2025
13.4.1 38 08/30/2025
13.2.0-alpha0034 37 12/10/2024
13.2.0-alpha0033 44 05/03/2024
13.2.0-alpha0030 43 05/07/2024
13.2.0-alpha0026 49 05/04/2024
13.2.0-alpha0021 37 01/06/2025
13.2.0-alpha0020 46 05/05/2024
13.2.0-alpha0009 44 12/02/2024
13.2.0-alpha0003 46 11/29/2024
13.2.0-alpha0001 54 05/06/2024
13.1.0-alpha0003 38 04/08/2025
12.1.0-unstable0003 47 05/09/2025
12.1.0-unstable0001 47 12/08/2024
12.1.0-alpha0027 42 05/05/2024
12.1.0-alpha0024 49 05/05/2024
12.1.0-alpha0020 36 08/28/2025
12.1.0-alpha0013 41 05/21/2025
12.0.0-unstable0014 39 05/05/2024
11.1.0-unstable0007 50 05/06/2024
11.1.0-unstable0006 46 12/26/2024
11.1.0-unstable0001 42 03/13/2025
11.0.3 51 05/26/2024
11.0.2 49 11/03/2024
11.0.1 51 05/26/2024
11.0.0 38 12/04/2024
10.1.0-unstable0017 47 11/22/2024
10.1.0-unstable0016 41 11/05/2024
10.1.0-unstable0015 38 08/28/2025
10.1.0-unstable0013 47 12/03/2024
10.1.0-unstable0011 31 08/10/2025
10.1.0-unstable0009 40 04/18/2025
10.1.0-unstable0008 32 08/26/2025
10.1.0-unstable0007 48 05/03/2024
10.1.0-unstable0006 35 04/16/2025
10.1.0-unstable0005 53 05/29/2024
10.1.0-unstable0003 54 05/02/2024
10.1.0-unstable0001 46 02/27/2025
10.0.3 48 05/02/2024
10.0.2 52 05/05/2024
10.0.1 46 04/09/2025
10.0.0 47 05/24/2024
9.1.0-unstable0001 34 06/02/2025
9.0.0 42 01/06/2025
9.0.0-unstable0041 49 05/06/2024
8.1.0-unstable0031 46 05/01/2024
8.1.0-unstable0030 52 05/07/2024
8.1.0-unstable0029 48 05/01/2024
8.1.0-unstable0028 49 05/01/2024
8.1.0-unstable0027 51 05/06/2024
8.1.0-unstable0023 44 05/08/2024
8.1.0-unstable0022 54 04/09/2024
8.1.0-unstable0021 41 05/01/2024
8.1.0-unstable0020 53 05/10/2024
8.1.0-unstable0014 50 05/01/2024
8.1.0-unstable0010 46 11/12/2024
8.1.0-unstable0009 49 05/04/2024
8.1.0-unstable0005 54 05/14/2024
8.1.0-unstable0002 41 05/07/2025
8.1.0-unstable0001 51 05/02/2024
8.0.8 42 02/15/2025
8.0.6 50 01/06/2025
8.0.4 47 05/25/2024
8.0.3 49 03/01/2025
8.0.2 55 05/06/2024
8.0.0 46 05/04/2024
8.0.0-unstable0044 44 12/06/2024
7.1.0-unstable0042 47 11/30/2024
7.1.0-unstable0041 51 05/15/2024
7.1.0-unstable0039 32 08/23/2025
7.1.0-unstable0037 46 05/01/2024
7.1.0-unstable0036 41 03/12/2025
7.1.0-unstable0035 57 05/01/2024
7.1.0-unstable0029 50 05/03/2024
7.1.0-unstable0026 53 04/10/2024
7.1.0-unstable0025 51 05/07/2024
7.1.0-unstable0023 51 05/06/2024
7.1.0-unstable0020 52 05/05/2024
7.1.0-unstable0019 52 05/02/2024
7.1.0-unstable0017 45 05/26/2024
7.1.0-unstable0012 51 05/06/2024
7.1.0-unstable0009 41 05/04/2024
7.1.0-unstable0007 49 03/13/2025
7.1.0-unstable0006 38 05/03/2025
7.1.0-unstable0005 43 05/23/2024
7.0.9 36 07/15/2025
7.0.8 48 01/16/2025
7.0.7 45 02/02/2025
7.0.6 45 05/10/2025
7.0.4 51 05/07/2024
7.0.0 44 01/15/2025
6.0.0 47 02/26/2025
6.0.0-unstable0064 58 05/06/2024
5.6.0-unstable0032 51 12/09/2024
5.6.0-unstable0031 40 12/04/2024
5.6.0-unstable0030 47 04/24/2025
5.6.0-unstable0029 46 05/06/2024
5.6.0-unstable0027 48 04/24/2024
5.6.0-unstable0024 45 05/04/2024
5.6.0-unstable0020 38 02/20/2025
5.6.0-unstable0006 47 05/07/2024
5.6.0-unstable0005 51 01/01/2025
5.6.0-unstable0004 34 08/22/2025
5.6.0-unstable0001 41 02/21/2025
5.5.7 47 03/18/2025
5.5.3 47 01/24/2025
5.5.2 48 05/07/2024
5.5.1 45 04/09/2024
5.5.0 49 05/27/2025
5.3.1 27 10/24/2025
5.3.0 39 05/12/2025
5.3.0-unstable0004 46 12/06/2024
5.3.0-unstable0002 44 05/06/2024
5.2.0 53 05/01/2024
5.2.0-unstable0001 41 05/08/2024
5.1.0 49 05/10/2024
5.1.0-unstable0008 48 05/01/2024
5.1.0-unstable0006 43 05/02/2024
5.1.0-unstable0005 53 05/25/2024
5.0.1 50 05/06/2024
5.0.0 52 12/03/2024
4.1.0-unstable0001 43 05/07/2024
4.0.0 50 01/03/2025
3.2.0-unstable0044 51 05/01/2024
3.2.0-unstable0040 36 07/28/2025
3.2.0-unstable0033 47 05/04/2024
3.2.0-unstable0016 46 01/06/2025
3.2.0-unstable0015 50 01/26/2025
3.2.0-unstable0005 46 05/07/2024
3.1.6 46 04/04/2025
3.1.5 55 05/07/2024
3.1.0-unstable0010 50 05/02/2024
3.1.0-unstable0005 49 05/01/2024
3.0.3 55 05/01/2024
3.0.2 55 04/24/2024
3.0.0 54 05/06/2024
3.0.0-unstable0059 42 12/27/2024
2.1.0-unstable0057 34 08/12/2025
2.1.0-unstable0055 41 12/28/2024
2.1.0-unstable0051 50 05/07/2024
2.1.0-unstable0049 49 05/06/2024
2.1.0-unstable0048 45 03/15/2025
2.1.0-unstable0043 46 05/04/2024
2.1.0-unstable0037 50 05/01/2024
2.1.0-unstable0036 36 02/25/2025
2.0.11 51 05/02/2024
2.0.10 47 05/03/2024
2.0.8 49 12/31/2024
2.0.6 55 05/01/2024
2.0.5 35 08/26/2025
2.0.4 51 04/24/2024
2.0.3 62 05/04/2024
2.0.2 52 05/02/2024
2.0.1 50 05/01/2024
2.0.0 51 11/28/2024
1.5.0-unstable0158 43 05/06/2024
1.5.0-unstable0154 47 05/01/2024
1.5.0-unstable0149 44 02/24/2025
1.5.0-unstable0147 34 03/21/2025
1.5.0-unstable0131 46 10/31/2024
1.5.0-unstable0115 50 05/02/2024
1.5.0-unstable0107 47 12/28/2024
1.5.0-unstable0103 26 08/13/2025
1.5.0-unstable0071 50 05/08/2024
1.5.0-unstable0053 39 05/06/2024
1.5.0-unstable0043 46 04/30/2024
1.5.0-unstable0027 41 04/09/2025
1.4.20 44 05/10/2025
1.4.11 44 05/02/2024
1.4.10 51 05/02/2024
1.4.9 47 05/06/2024
1.4.8 42 01/17/2025
1.4.7 50 05/05/2024
1.4.6 42 01/18/2025
1.4.5 46 12/03/2024
1.4.4 39 04/07/2025
1.4.1 46 05/07/2024
1.4.0-unstable0105 38 05/08/2025
1.4.0-unstable0089 45 05/06/2024
1.4.0-unstable0058 44 04/30/2024
1.4.0-unstable0055 43 05/07/2024
1.4.0-unstable0026 46 05/04/2024
1.4.0-set-up-admin-api0001 44 05/21/2024
1.4.0-qos-documentatio0001 31 06/04/2025
1.4.0-pullrequest0047 29 09/10/2025
1.4.0-beta0001 32 08/08/2025
1.3.3-pullrequest0054 48 05/04/2024
1.3.2 50 05/06/2024
1.3.1 50 05/02/2024
1.3.0-unstable0002 54 05/05/2024
1.2.0-unstable0033 41 05/06/2024
1.1.0 46 11/14/2024
1.0.123 50 05/06/2024
1.0.122 42 02/21/2025
1.0.117 44 11/21/2024
1.0.114-rc1 54 05/04/2024
1.0.112-rc1 54 05/01/2024
1.0.110-rc1 43 02/16/2025
1.0.108-rc1 39 01/01/2025
1.0.107-rc1 56 05/06/2024
1.0.106-rc1 40 04/29/2025
1.0.102-rc1 53 12/28/2024
1.0.101-rc1 52 05/05/2024
1.0.100-rc1 48 05/05/2024
1.0.98-rc1 51 12/11/2024
1.0.97-rc1 47 05/02/2024
1.0.95-rc1 53 12/18/2024
1.0.90-rc1 48 05/07/2024
1.0.87-rc1 51 11/28/2024
1.0.84-rc1 53 05/04/2024
1.0.83-rc1 58 05/06/2024
1.0.81-rc1 41 05/05/2024
1.0.79-rc1 37 04/09/2025
1.0.78-rc1 49 05/01/2024
1.0.68-rc1 51 05/06/2024
1.0.66-rc2 52 05/06/2024
1.0.66-rc1 56 05/06/2024
0.0.13-rc1 48 05/04/2024
0.0.12-rc1 47 12/01/2024
0.0.0-dev 41 04/12/2025