Ocelot 19.0.1

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.

No packages depend on Ocelot.

Version Downloads Last updated
25.0.1 0 09/14/2026
25.0.0 0 07/29/2026
24.1.0 0 12/25/2025
24.0.1 0 07/16/2025
24.0.0 0 04/20/2025
23.4.3 0 01/17/2025
23.4.2 1 09/26/2026
23.4.1 0 11/22/2024
23.4.0 1 09/26/2026
23.3.6 0 10/31/2024
23.3.4 2 06/16/2026
23.3.3 2 06/16/2026
23.3.0 0 06/08/2024
23.2.2 0 04/05/2024
23.2.0 0 04/01/2024
23.1.0 0 03/04/2024
23.0.0 0 02/13/2024
22.0.1 0 12/08/2023
22.0.0 1 09/26/2026
21.0.0 0 11/21/2023
20.0.0 0 10/07/2023
19.0.4 0 10/06/2023
19.0.3 0 09/21/2023
19.0.2 0 04/22/2023
19.0.1 0 04/22/2023
19.0.0 0 04/22/2023
18.0.0 0 01/20/2022
17.0.1 0 12/20/2021
17.0.0 0 12/11/2020
16.0.2 0 12/11/2020
16.0.1 0 05/25/2020
16.0.0 0 05/23/2020
1.1.0 0 02/02/2017