Appwrite.Types.Client.Headers (appwrite v1.0.0)

View Source

Type alias for an HTTP headers map used by the Appwrite client.

Represents a flat map of string header names to string values that is merged into every outgoing HTTP request alongside the base client configuration headers.

Example

%{
  "content-type"  => "application/json",
  "x-appwrite-project" => "my-project-id"
}

Summary

Types

t()

@type t() :: %{required(String.t()) => String.t()}