Files
mercator_service/actix_web/sidebar-items.js

1 line
1.3 KiB
JavaScript

initSidebarItems({"enum":[["Either","Combines two different responder types into a single type"]],"mod":[["body",""],["client","An HTTP Client"],["cookie","https://github.com/alexcrichton/cookie-rs fork"],["dev","The `actix-web` prelude for library developers"],["error","Error and Result module"],["guard","Route match guards."],["http","Various HTTP related types"],["middleware","Middlewares"],["test","Various helpers for Actix applications to use during testing."],["web","Essentials helper functions and types for application registration."]],"struct":[["App","Application builder - structure that follows the builder pattern for building application instances."],["Error","General purpose actix web error."],["HttpRequest","An HTTP Request"],["HttpResponse","An HTTP Response"],["HttpServer","An HTTP Server."],["Resource","Resource is an entry in resources table which corresponds to requested URL."],["Route","Resource route definition"],["Scope","Resources scope."]],"trait":[["FromRequest","Trait implemented by types that can be extracted from request."],["HttpMessage","Trait that implements general purpose operations on http messages"],["Responder","Trait implemented by types that can be converted to a http response."],["ResponseError","Error that can be converted to `Response`"]],"type":[["Result","A specialized `Result` for actix web operations"]]});