[][src]Trait gato_core::kernel::Router

pub trait Router {
    fn boot(&self);
fn handle(&self, request: &mut Request) -> Response; }

Required methods

fn boot(&self)

fn handle(&self, request: &mut Request) -> Response

Loading content...

Implementors

Loading content...