* Add documentation for Fairing * Add Guard example and documentation
* Delay checking of CORS to just before responding * Lifetime issues * Use State::inner() * Fix lifetime issues * Bump Rocket * Document 'static limitation And link to https://github.com/SergioBenitez/Rocket/pull/345 * Remove extraneous comments
* Introduce AllOrSome enum More AllOrSome usage Allowed methods Preflight response Response * Additional documentation * Support non CORS requests