Struct odoo_api::jsonrpc::OdooWebContainer
source · pub struct OdooWebContainer<T>where
T: OdooWebMethod + JsonRpcParams<Container<T> = Self>,{ /* private fields */ }
Expand description
The container type for an Odoo “Web” request
This type covers (almost) any request whose endpoint starts with /web
,
for example:
/web/session/authenticate
/web/session/destroy
/web/dataset/call
- And many more
For more info, see super::JsonRpcParams