thruster-context 0.8.0

The context portion of the thruster web framework
Documentation
#[cfg(feature="hyper_server")]
extern crate hyper;

pub mod basic_context;

#[cfg(feature="hyper_server")]
pub mod basic_hyper_context;