Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Henderson committed Aug 21, 2014
2 parents a9171ae + bdacbd2 commit 339d766
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
openrasta-core
==============
# openrasta-core [![Build status](https://ci.appveyor.com/api/projects/status/1vk1auv7md2acu37)](https://ci.appveyor.com/project/holytshirt/openrasta-core-424)

[![Build status](https://ci.appveyor.com/api/projects/status/1vk1auv7md2acu37)](https://ci.appveyor.com/project/holytshirt/openrasta-core-424)

OpenRasta core libraries
OpenRasta core library

This the core OpenRasta library which allows you to run an in-memory instance of openrasta.

``
PM> Install-Package openrasta-core
``

If you want to host it as part of ASP.Net pipeline then install the OpenRasta ASPnet hosting.

``
PM> Install-Package openrasta-hosting-aspnet
``
5 changes: 3 additions & 2 deletions src/OpenRasta/Web/HttpMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public enum HttpMethod
POST,
PUT,
DELETE,
OPTIONS
OPTIONS,
PATCH
}
}

Expand All @@ -44,4 +45,4 @@ public enum HttpMethod
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#endregion
#endregion

0 comments on commit 339d766

Please sign in to comment.