Module: HTTPX::Plugins::GRPC::_GRPCOptions
- Defined in:
- sig/plugins/grpc.rbs
Instance Method Summary collapse
- #call_credentials ⇒ credentials?
- #grpc_compression ⇒ compression_option?
- #grpc_deadline ⇒ Integer?
- #grpc_rpcs ⇒ Hash[String, rpc_def]?
- #grpc_service ⇒ String?
Instance Method Details
#call_credentials ⇒ credentials?
34 |
# File 'sig/plugins/grpc.rbs', line 34
def call_credentials: () -> credentials?
|
#grpc_compression ⇒ compression_option?
28 |
# File 'sig/plugins/grpc.rbs', line 28
def grpc_compression: () -> compression_option?
|
#grpc_deadline ⇒ Integer?
32 |
# File 'sig/plugins/grpc.rbs', line 32
def grpc_deadline: () -> Integer?
|
#grpc_rpcs ⇒ Hash[String, rpc_def]?
30 |
# File 'sig/plugins/grpc.rbs', line 30
def grpc_rpcs: () -> Hash[String, rpc_def]?
|
#grpc_service ⇒ String?
26 |
# File 'sig/plugins/grpc.rbs', line 26
def grpc_service: () -> String?
|