Pudu programming language
Menu
API reference

Std.Http.Retry.describe

1 declaration

fn

describe: &Std.Http.Retry.Backoff -> Str

This is a callable function.

What it does

How many attempts a plan makes, and how long it may spend waiting.

For a caller deciding whether a retry plan fits inside its own deadline: a

retry that outlives the request it belongs to is a retry nobody is waiting

for.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.
  • & borrows a value for this call instead of moving or copying it.

Back to Std.Http.RetrySearch related declarations