Expand description

Implementations of the client side of the server function call.

Modules§

browser
Implements Client for a fetch request in the browser.

Traits§

Client
A client defines a pair of request/response types and the logic to send and receive them.

Functions§

get_server_url
Returns the root server URL for all server functions.
set_server_url
Set the root server URL that all server function paths are relative to for the client.