Struct http_file_headers::Input[][src]

pub struct Input { /* fields omitted */ }

The structure represents parsed input headers

Create it with Input::from_headers, and make output structure using Input::probe_file. Note: the latter should be run in disk thread.

Methods

impl Input
[src]

A constructor for Input object

Important traits for Iter<'a>

Iterate over encodings accepted by user-agent in preferred order

Open files from filesystem

Must be run in disk thread

Trait Implementations

impl Debug for Input
[src]

Formats the value using the given formatter. Read more

impl Clone for Input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input