Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
IdempotencyLevel.php
IdempotencyLevel::IDEMPOTENCY_UNKNOWN
Generated from protobuf enum <code>IDEMPOTENCY_UNKNOWN = 0;</code>
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
MethodOptions/
IdempotencyLevel.php
, line 21
Class
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.
Namespace
Google\Protobuf\Internal\MethodOptions
Code
const
IDEMPOTENCY_UNKNOWN
=
0
;
RSS feed