Struct corruption::MyHandler [] [src]

pub struct MyHandler {
    // some fields omitted
}

Methods

impl MyHandler
[src]

Trait Implementations

impl Handler for MyHandler
[src]

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

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

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

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