Struct sapper::SapperRouter [] [src]

pub struct SapperRouter { /* fields omitted */ }

Methods

impl SapperRouter
[src]

[src]

[src]

[src]

Like route, but specialized to the Get method.

[src]

Like route, but specialized to the Post method.

[src]

Like route, but specialized to the Put method.

[src]

Like route, but specialized to the Delete method.

[src]

Like route, but specialized to the Head method.

[src]

Like route, but specialized to the Patch method.

[src]

Like route, but specialized to the Options method.

[src]