Pinned Repositories
auth
Martini handlers for authentication.
binding
Martini handler for mapping and validating a raw request into a structure.
cors
Martini handler to enable CORS support.
oauth2
[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
render
Martini middleware/handler for easily rendering serialized JSON, XML, and HTML template responses.
secure
Martini handler that implements a few quick security wins.
sessionauth
Martini handler that provides a simple way to make routes require a login, and to handle user logins in the session
sessions
Martini handler that provides a Session service.
strict
Martini Strict Mode
throttle
Throttling Middleware for Martini
Martini Contrib's Repositories
martini-contrib/render
Martini middleware/handler for easily rendering serialized JSON, XML, and HTML template responses.
martini-contrib/binding
Martini handler for mapping and validating a raw request into a structure.
martini-contrib/oauth2
[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
martini-contrib/sessions
Martini handler that provides a Session service.
martini-contrib/auth
Martini handlers for authentication.
martini-contrib/throttle
Throttling Middleware for Martini
martini-contrib/cors
Martini handler to enable CORS support.
martini-contrib/secure
Martini handler that implements a few quick security wins.
martini-contrib/strict
Martini Strict Mode
martini-contrib/sessionauth
Martini handler that provides a simple way to make routes require a login, and to handle user logins in the session
martini-contrib/gzip
Martini handler for adding gzip compress to requests
martini-contrib/csrf
CSRF protection for Martini applications
martini-contrib/staticbin
Martini middleware/handler for serving static files from binary data
martini-contrib/gorelic
NewRelic middleware for martini framework.
martini-contrib/logstasher
Martini middleware that prints logstash-compatiable JSON
martini-contrib/encoder
Martini encoder service for rendering data in several formats and content negotiation.
martini-contrib/method
Martini HTTP method overriding via Header or form fields.
martini-contrib/strip
Martini URL Prefix stripping.
martini-contrib/acceptlang
Martini handler for parsing the Accept-Language HTTP header.
martini-contrib/accessflags
Martini handler to enable Access Control.
martini-contrib/web
hoisie web.go's Context for Martini.