mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
doc strings
This commit is contained in:
@ -17,9 +17,10 @@ use error::{ParseError, ContentTypeError,
|
||||
HttpRangeError, PayloadError, UrlencodedError};
|
||||
|
||||
|
||||
/// Trait that implements general purpose operations on http messages
|
||||
pub trait HttpMessage {
|
||||
|
||||
/// Read the Message Headers.
|
||||
/// Read the message headers.
|
||||
fn headers(&self) -> &HeaderMap;
|
||||
|
||||
/// Read the request content type. If request does not contain
|
||||
|
Reference in New Issue
Block a user