catalog/rfc8288-http-link.abnf

Source

; <https://www.rfc-editor.org/rfc/rfc8288.html>

Link       = #link-value
link-value = "<" URI-Reference ">" *( OWS ";" OWS link-param )
link-param = token BWS [ "=" BWS ( token / quoted-string ) ]

URI-Reference = <import rfc3986-uri.abnf URI-reference>
token         = <import rfc9110-http.abnf token>
quoted-string = <import rfc9110-http.abnf quoted-string>

BWS           = <import rfc9110-http.abnf BWS>
OWS           = <import rfc9110-http.abnf OWS>

Info

Rules
Link, link-value, link-param, URI-Reference, token, quoted-string, BWS, OWS
Dependencies
Used Builtins

Alphabet

Cited By

Implementations