Skip to content

RIP (REST in Peace) is a simple framework for building RESTful servers in OCaml

License

Notifications You must be signed in to change notification settings

darioteixeira/rip

Repository files navigation

RIP (REST in Peace)

RIP is a simple framework for building RESTful servers in OCaml. It's basically a thin wrapper on top of Cohttp that takes care of some of the boilerplate involved in writing a RESTful server. It makes sure the proper response codes are sent when various error conditions occur, and automatically routes requests based on content-type and accept headers. Another notable feature is the support for type-safe routing to resources.

RIP is developed by Dario Teixeira <[email protected]> and is licensed under the terms of the LGPL 2.1 (with the OCaml linking exception).

About

RIP (REST in Peace) is a simple framework for building RESTful servers in OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published