iron-csrf 0.0.1

CSRF protection for the web framework Iron
Documentation
1
2
3
4
5
6
7
8
9
extern crate iron;
extern crate ring;
extern crate rustc_serialize;
extern crate time;
extern crate untrusted;
extern crate urlencoded;

pub mod csrf;
pub mod middleware;