Struct headers_ext::ContentLocation [−][src]
pub struct ContentLocation(_);
Content-Location header, defined in
RFC7231
The header can be used by both the client in requests and the server
in responses with different semantics. Client sets Content-Location
to refer to the URI where original representation of the body was
obtained.
In responses Content-Location represents URI for the representation
that was content negotiated, created or for the response payload.
ABNF
Content-Location = absolute-URI / partial-URI
Example values
/hypertext/Overview.htmlhttp://www.example.org/hypertext/Overview.html
Examples
Trait Implementations
impl Clone for ContentLocation[src]
impl Clone for ContentLocationfn clone(&self) -> ContentLocation[src]
fn clone(&self) -> ContentLocationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ContentLocation[src]
impl Debug for ContentLocationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ContentLocation[src]
impl PartialEq for ContentLocationfn eq(&self, other: &ContentLocation) -> bool[src]
fn eq(&self, other: &ContentLocation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ContentLocation) -> bool[src]
fn ne(&self, other: &ContentLocation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ContentLocation
impl Send for ContentLocationimpl Sync for ContentLocation
impl Sync for ContentLocation