Module remote_settings::client

source ·

Structs§

  • Attachment metadata that can be optionally attached to a [Record]. The [location] should included in calls to Client::get_attachment.
  • A simple HTTP client that can retrieve Remote Settings data using the properties by [ClientConfig]. Methods defined on this will fetch data from <base_url>/v1/buckets/<bucket_name>/collections/<collection_name>/
  • Options for requests to endpoints that return multiple items.
  • A parsed Remote Settings record. Records can contain arbitrary fields, so clients are required to further extract expected values from the [fields] member.
  • Data structure representing the top-level response from the Remote Settings. [last_modified] will be extracted from the etag header of the response.

Enums§

Type Aliases§