Module safe_core::core::client [] [src]

Self-Authentication and Gateway Module

Modules

response_getter

Lazy evaluated response getter.

Structs

Client

The main self-authentication client instance that will interface all the request from high level API's to the actual routing layer and manage all interactions with it. This is essentially a non-blocking Client with upper layers having an option to either block and wait on the returned ResponseGetters for receiving network response or spawn a new thread. The Client itself is however well equipped for parallel and non-blocking PUTs and GETS.