Skip to main content

Module method_options

Module method_options 

Source
Available on crate features grpc and http and protobuf and std only.
Expand description

Nested message and enum types in MethodOptions.

Enums§

IdempotencyLevel
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.