Struct pen::Pen [] [src]

pub struct Pen {
    pub root_path: String,
    pub name: String,
    pub static_folder: String,
    pub static_url_path: String,
    pub template_folder: String,
    pub extensions: ShareMap,
    pub url_map: Map,
    // some fields omitted
}

Fields

Methods

impl Pen
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Handler for Pen
[src]

[src]

Receives a Request/Response pair, and should perform some action on them. Read more

[src]

Called when a Request includes a Expect: 100-continue header. Read more

[src]

This is run after a connection is received, on a per-connection basis (not a per-request basis, as a connection with keep-alive may handle multiple requests) Read more

[src]

This is run before a connection is closed, on a per-connection basis (not a per-request basis, as a connection with keep-alive may handle multiple requests) Read more

impl PathBound for Pen
[src]

Important traits for &'a File
[src]

impl Display for Pen
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Pen
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pen

impl Sync for Pen