Get the header value by name # Example ``` use octane::prelude::*; let mut app = Octane::new(); app.get( "/", route!(|req, res| { res.send("Hello, world"); assert_eq!(res.get("Content-Type"), Some(&"text/html".to_owned())); Flow::Stop }), ); ```
(&mut self, field: &'static str)
source not stored for this graph (policy: none)