Represents an HTTP header with name and value.
name
String.t
value
@type t() :: %Appwrite.Types.Headers{name: String.t(), value: String.t()}