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