Parsed representation of the WAC-Allow HTTP response header.
WAC-Allow
Format: WAC-Allow: user="read write", public="read"
WAC-Allow: user="read write", public="read"
Spec: https://solidproject.org/TR/wac — WAC-Allow header
Modes granted to unauthenticated/public agents, lower-cased.
Modes the currently authenticated user is granted, lower-cased (e.g. read, write).
read
write
true if the user may append. Folds in write, since a user who may write may also append even when the server does not list append separately.
true
append