I\'m having a lot of difficulty with OpenRasta\'s URL routing, especially when it comes to PUT requests.
I have a simple OpenRasta webservice and a console client for the webservice. Using GET method is quite easy - I defined GET in OpenRasta and when client uses this code it all works fine
I’m about to start work on an OpenRasta project (an xml over http web service). OpenRasta looks great but unfortunately worked examples seem few and far between on the internet. Looking at the test s
Suppose I have a resource like below: namespace OpenRastaApp.Resources { public class Foo { public string Bar { get; set; }
I\'m trying to use OpenRasta for a simple RESTful service. This service needs to be secured with either http Basic authentication or (preferably) Digest.
Is there a preferred way to configure an ASP.net solution so that OpenRasta can run alongside an existing application asp.net application.
I wan开发者_开发百科t to set a default codec in OpenRasta for all requests. i.e. When no other codec has been found using other methods, I want to use a custom JSON codec as the default.How do you wir
Is it possible in OpenRasta to have a Uri pattern that allows for an array of values of the same key to be submitted and mapped to a handler method accepting an array of the query parameters.
Normally in OpenRasta there is some configuration like this: ResourceSpace.Has.ResourcesOfType<Customers>()
(I\'m also asking this on the OpenRasta google group) Hey all, I\'ve been using OpenRasta to convert an old web application we have