This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
Ocelot
Watch
1
Star
0
Fork
0
You've already forked Ocelot
mirror of
https://github.com/nsnail/Ocelot.git
synced
2025-05-01 04:22:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Ocelot
/
src
/
Ocelot.Library
/
Middleware
History
TomPallister
d80c4e2de2
apveyor yaml
2016-10-12 20:45:29 +01:00
..
AuthenticationMiddleware.cs
apveyor yaml
2016-10-12 20:45:29 +01:00
AuthenticationMiddlewareMiddlewareExtensions.cs
started adding authentication stack, thing that decides if we should be authenticated is in
2016-10-12 13:40:46 +01:00
DownstreamRouteFinderMiddleware.cs
regex for url match, means annoying constructor ocelot configuration object but cant work out a better way to do this at the moment
2016-10-09 15:40:13 +01:00
DownstreamRouteFinderMiddlewareExtensions.cs
Now supports the same upstream url by difrenciating by http method. Also broke up the proxy middleware into three seperate pieces that do their thing and stick something into the OWIN context
2016-10-04 21:30:16 +01:00
DownstreamUrlCreatorMiddleware.cs
started adding authentication stack, thing that decides if we should be authenticated is in
2016-10-12 13:40:46 +01:00
DownstreamUrlCreatorMiddlewareExtensions.cs
started adding authentication stack, thing that decides if we should be authenticated is in
2016-10-12 13:40:46 +01:00
HttpRequestBuilderMiddleware.cs
regex for url match, means annoying constructor ocelot configuration object but cant work out a better way to do this at the moment
2016-10-09 15:40:13 +01:00
HttpRequestBuilderMiddlewareExtensions.cs
broke request builder and requester up into seperate middleware
2016-10-07 13:01:05 +01:00
HttpRequesterMiddleware.cs
regex for url match, means annoying constructor ocelot configuration object but cant work out a better way to do this at the moment
2016-10-09 15:40:13 +01:00
HttpRequesterMiddlewareExtensions.cs
Now supports the same upstream url by difrenciating by http method. Also broke up the proxy middleware into three seperate pieces that do their thing and stick something into the OWIN context
2016-10-04 21:30:16 +01:00
HttpResponderMiddleware.cs
regex for url match, means annoying constructor ocelot configuration object but cant work out a better way to do this at the moment
2016-10-09 15:40:13 +01:00
HttpResponderMiddlewareExtensions.cs
made a response middlware as terminating middleware...
2016-10-08 09:59:37 +01:00
OcelotMiddleware.cs
regex for url match, means annoying constructor ocelot configuration object but cant work out a better way to do this at the moment
2016-10-09 15:40:13 +01:00
RequestLoggerExtensions.cs
after hours of pissing around on the mac...gave up..so got this configured how i wanted in VS2015 now to see if it works on the mac
2016-07-03 20:39:08 +01:00
RequestLoggerMiddleware.cs
after hours of pissing around on the mac...gave up..so got this configured how i wanted in VS2015 now to see if it works on the mac
2016-07-03 20:39:08 +01:00