# README
This Project Has Moved!
martini-contrib got so big that it now has become it's own Github Organization! You can find updated packages at https://github.com/martini-contrib
# Packages
Package acceptlang provides a Martini handler and primitives to parse the Accept-Language HTTP header values.
No description provided by the author
Package binding transforms, with validation, a raw request into a populated structure used by your application logic.
Package cors provides handlers to enable CORS support.
No description provided by the author
No description provided by the author
package method implements http method override using the X-HTTP-Method-Override http header.
Package render is a middleware for Martini that provides easy JSON serialization and HTML template rendering.
Package secure is a middleware for Martini that helps enable some quick security wins.
Package login is a middleware for Martini that provides a simple way to track user sessions in on a website.
Package sessions contains middleware for easy session management in Martini.
packcage strip provides the same functionality as http.StripPrefix and can be used in martini instance level and request context level.
Package web provides a web.go compitable layer for reusing the code written with hoisie's `web.go` framework.