Can I register multiple resources with one handler and one URI in Open Rasta?
I want to register mutliple resources with one handler and one URI.so want to confirm that is this possible in open rasta. I have gone through a bit of websites regarding open rasta but couldn't able to conclude that whether this is possible or not? ResourceSpace.Has .ResourcesOfType<Request>() .AtUri("/processing") .HandledBy<SomeHandler>() .TranscodedBy<SomeCodec>(); I need to handle all the request which are derived from the base class "Request". It would be great if some body could actually shed light on this. So if everything is a request and you want to tunnel stuff, you can, using the