Expand description
Network configuration for the Movement SDK.
This module provides configuration options for connecting to different Movement networks (mainnet, testnet, devnet) or custom endpoints.
Structs§
- Movement
Config - Configuration for the Movement client.
- Pool
Config - Configuration for HTTP connection pooling.
- Pool
Config Builder - Builder for
PoolConfig.
Enums§
- Network
- Known Movement networks.
Functions§
- read_
response_ bounded - Reads a response body with an enforced size limit, aborting early if exceeded.
- validate_
url_ scheme - Validates that a URL uses a safe scheme (http or https).