Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 987 Bytes

sf-boolean.md

File metadata and controls

40 lines (28 loc) · 987 Bytes
owner issue description source source_label base_type layout
mikekistler
structured fields boolean as defined in [RFC8941]
RFC 8941
string
default

{{ page.slug }} - {{ page.description }}

Base type: {{ page.base_type }}.

The {{page.slug}} format represents a structured fields boolean as defined in RFC8941.

sf-boolean = "?" boolean
boolean    = "0" / "1"

A Boolean is indicated with a leading "?" character followed by a "1" for a true value or "0" for false.

This format is appropriate for a header value that must conform to the {{page.slug}} structured field definition.

{% if page.issue %}

GitHub Issue

{% if page.remarks %}

Remarks

{{ page.remarks }} {% endif %}