Files
mercator_service/actix_web/web/sidebar-items.js

1 line
1.8 KiB
JavaScript

initSidebarItems({"fn":[["block","Execute blocking function on a thread pool, returns future that resolves to result of the function execution."],["delete","Create route with `DELETE` method guard."],["get","Create route with `GET` method guard."],["head","Create route with `HEAD` method guard."],["method","Create route and add method guard."],["patch","Create route with `PATCH` method guard."],["post","Create route with `POST` method guard."],["put","Create route with `PUT` method guard."],["resource","Create resource for a specific path."],["route","Create route without configuration."],["scope","Configure scope for common root path."],["service","Create raw service for a specific path."],["to","Create a new route and add handler."],["to_async","Create a new route and add async handler."]],"struct":[["Bytes","A reference counted contiguous slice of memory."],["BytesMut","A unique reference to a contiguous slice of memory."],["Data","Application data."],["Form","Form data helper (`application/x-www-form-urlencoded`)"],["FormConfig","Form extractor configuration"],["HttpRequest","An HTTP Request"],["HttpResponse","An HTTP Response"],["Json","Json helper"],["JsonConfig","Json extractor configuration"],["Path","Extract typed information from the request's path."],["PathConfig","Path extractor configuration"],["Payload","Payload extractor returns request 's payload stream."],["PayloadConfig","Payload configuration for request's payload."],["Query","Extract typed information from the request's query."],["QueryConfig","Query extractor configuration"],["ServiceConfig","Service config is used for external configuration. Part of application configuration could be offloaded to set of external methods. This could help with modularization of big application configuration."]]});