[][src]Module obsidian::router

Modules

header

HTTP header types

Structs

Resource

Resource acts as the intermidiate interface for interaction of routing data structure Resource is binding with the path and handling all of the request method for that path

Response
Route
Router

Enums

FormError

Error for request deserializer

Traits

Handler
Responder
ResponseBody

Functions

from_cow_map

Parse merged forms key, value pair get from form_urlencoded into a user defined struct Key and Value should be in Cow pointer

Type Definitions

ContextResult