Expand description
Client configuration types.
ClientConfig controls how the client connects to agents: which transport
to prefer, what content types to accept, timeouts, and TLS settings.
Structs§
- Client
Config - Configuration for an
crate::A2aClientinstance.
Enums§
- TlsConfig
- TLS configuration for the HTTP client.
Constants§
- BINDING_
GRPC - gRPC protocol binding.
- BINDING_
HTTP_ JSON - HTTP+JSON protocol binding (spec name for the REST transport).
- BINDING_
JSONRPC - Protocol binding identifier.
- BINDING_
REST - REST protocol binding (legacy alias for
BINDING_HTTP_JSON).