Struct iron::request::Body
[−]
[src]
pub struct Body<'a, 'b>(_);
The body of an Iron request,
Methods
impl<'a, 'b> Body<'a, 'b>
fn new(reader: HttpReader<&'a mut BufReader<&'b mut NetworkStream>>) -> Body<'a, 'b>
Create a new reader for use in an Iron request from a hyper HttpReader.