Struct hyper::header::Allow
[-] [+]
[src]
pub struct Allow(pub Vec<Method>);
The Allow
header.
See also https://tools.ietf.org/html/rfc7231#section-7.4.1
pub struct Allow(pub Vec<Method>);
The Allow
header.
See also https://tools.ietf.org/html/rfc7231#section-7.4.1
impl Deref for Allow
impl DerefMut for Allow
impl Header for Allow
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Allow>
impl HeaderFormat for Allow
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl Display for Allow
impl Deref for Allow
impl DerefMut for Allow
impl Header for Allow
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Allow>
impl HeaderFormat for Allow
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl Display for Allow
impl Debug for Allow
impl PartialEq for Allow
impl Clone for Allow
fn clone(&self) -> Allow
fn clone_from(&mut self, source: &Self)
impl Debug for Allow
impl PartialEq for Allow
impl Clone for Allow
fn clone(&self) -> Allow
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).