1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/static/api/actix-web/0.7.0/actix_web/dev/sidebar-items.js
2018-07-21 04:09:47 -07:00

1 line
1.3 KiB
JavaScript

initSidebarItems({"enum":[["ResourceType","Resource type"]],"struct":[["AsyncResult","Represents async result"],["ConnectionInfo","`HttpRequest` connection information"],["Drain","Consume a future"],["FormConfig","Form extractor configuration"],["HttpResponseBuilder","An HTTP response builder"],["JsonBody","Request payload json parser that resolves to a deserialized `T` value."],["JsonConfig","Json extractor configuration"],["MessageBody","Future that resolves to a complete http message body."],["Params","Route match information"],["Payload","Buffered stream of bytes chunks"],["PayloadBuffer","Payload buffer"],["PayloadConfig","Payload configuration for request's payload."],["Resource","Resource is an entry in route table which corresponds to requested URL."],["ResourceDef","Resource type describes an entry in resources table"],["ResourceInfo","Information about current resource"],["Route","Resource route definition"],["Router","Interface for application router."],["UrlEncoded","Future that resolves to a parsed urlencoded values."]],"trait":[["FromParam","A trait to abstract the idea of creating a new instance of a type from a path parameter."],["Handler","Trait defines object that could be registered as route handler"]],"type":[["BodyStream","Type represent streaming body"]]});