[][src]Module prima_bridge::prelude

Re-exports

pub use super::Bridge;

Structs

GraphQLRequest

The GraphQLRequest is a struct that represent a GraphQL request to be done with the Bridge

Request
Response

The Response struct represent a server response

RestRequest

The RestRequest is a struct that represent a REST request to be done with the Bridge

Enums

PrimaBridgeError

Traits

DeliverableRequest

Represent a request that is ready to be delivered to the server

Type Definitions

PrimaBridgeResult