openrasta
How to handle multipart POST using a URI template of form /prefix/{suffix} in OpenRasta?
I\'m trying to handle a POST of a multipart document in OpenRasta with a URI template declaration of /content/{contentId}, but it fails. The configuration is[详细]
2023-04-12 02:57 分类:问答OpenRasta: Prioritize requests or: make requests asynchronous
Two years ago, there was a discussion on asynchronous request processing in OpenRasta: http://groups.google.com/group/openrasta/browse_thread/thread/34a599e21bf65d53[详细]
2023-04-05 21:35 分类:问答Is the OpenRasta Project Actively Developed [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-01 23:37 分类:问答Adding items to a resource restfully using OpenRasta
I\'m using OpenRasta to create a Survey application. I have a SurveyResource that is accessible at /surveys/{id} and editable at /surveys/{id}/edit[详细]
2023-03-28 08:39 分类:问答OpenRasta Route Constraints
If I want to be able to get a person by /Person/1 and /Person/Blair How can i do this. Configuration Class:[详细]
2023-03-27 16:14 分类:问答Ignoring property in a class for response resource - Openrasta
I\'m using Openrasta framework. I\'ve simple POCO which is used in my API and this will be sent as ResponseResource to client. It looks like below:[详细]
2023-03-26 08:24 分类:问答Custom Authentication OpenRasta
Hi I´m building an application that has a token based authentication ex: http://www.host.com/resource?token=589437534[详细]
2023-03-23 17:10 分类:问答Set the HTTP status code from an IOperationInterceptor in OpenRasta
I\'ve written an ExceptionInterceptor that wraps the operation invocation in a try/catch to have centralized exception handling. What I also want to do is have centralized HTTP status code handling, b[详细]
2023-03-20 04:38 分类:问答OpenRasta IoC with Unity 2.0
Does OpenRasta support Unity 2.0 ? The DI.Unity开发者_开发问答 is build against Unity 1.2https://github.com/openrasta/openrasta-unity -- Support for Unity 2.1+ now (Although it has been 9 months since[详细]
2023-03-18 17:12 分类:问答Get the deserialized entity from outside the receiving handler in OpenRasta
In OpenRasta (version 2.0.50727), how do I get to the instance of the deserialized entity (after being passed through object binding) from outside the handler that receives the request? To be specific[详细]
2023-03-18 11:54 分类:问答