gossamer/request_priority

Types

The priority hint for a Request, indicating relative importance compared to other requests.

Unrecognized values use Other(String).

pub type RequestPriority {
  High
  Low
  Auto
  Other(String)
}

Constructors

  • High
  • Low
  • Auto
  • Other(String)
Search Document