In other api gateways, like Gloo, it is possible to create a route that instead of going downstream, it returns a "directResponseAction", like status = 200 and body = "hello".
Is it possible to do the same thing in Ocelot API Gateway?
To make it very clear, I am trying to accomplish the following:
- User requests https://mygateway/hardcoded
- Ocelot returns HTTP 200 "Hello" (no downstream host involved)