Pudu programming language
Menu
API reference

Std.Http.Client.Limiting

1 declaration

trait

Limiting

This declaration names behavior that types can implement.

What it does

What a request is allowed to cost and where it is allowed to go.

A caller bounding a request says two or three of these at once — how long,

how much, how far — and as methods they read down the page in the order the

decisions are made rather than wrapped inside one another.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Http.ClientSearch related declarations