Struct rustful::header::parsing::HTTP_VALUE []

pub struct HTTP_VALUE;

This encode set is used for HTTP header values and is defined at https://tools.ietf.org/html/rfc5987#section-3.2

Trait Implementations

impl Clone for HTTP_VALUE

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl EncodeSet for HTTP_VALUE

Called with UTF-8 bytes rather than code points. Should return true for all non-ASCII bytes. Read more

impl Copy for HTTP_VALUE

Auto Trait Implementations

impl Send for HTTP_VALUE

impl Sync for HTTP_VALUE