Struct rs_router::Router [] [src]

pub struct Router { /* fields omitted */ }

Methods

impl Router
[src]

Trait Implementations

impl Send for Router
[src]

impl Sync for Router
[src]

impl Handler for Router
[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