[][src]Module cloudflare::framework

This module controls how requests are sent to Cloudflare's API, and how responses are parsed from it.

Modules

apiclient

This module contains the synchronous (blocking) API client.

async_api
auth
endpoint
mock
response

Structs

HttpApiClient

Synchronous Cloudflare API client.

HttpApiClientConfig

Configuration for the API client. Allows users to customize its behaviour.

Enums

Environment
OrderDirection
SearchMatch

Used as a parameter to API calls that search for a resource (e.g. DNS records). Tells the API whether to return results that match all search requirements or at least one (any).