Skip to content

Commit d941466

Browse files
author
Robin Berjon
committed
add some precision
1 parent cc66c35 commit d941466

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

masl.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ <h3>Single or Multiple Resources</h3>
135135
There is no requirement in MASL that bundles have to be stored or dereferenced in any specific manner. The relevant CIDs
136136
may be loaded through whatever way the implementation knows about such as RASL ([[rasl]]) or may be
137137
provided in a CAR file ([[car]]).
138-
Note that one value of this approach when compared to bundling resources for instance into Zip archives (or CAR files!) is that the resource map can contain an arbitrarily high number or volume of resources; an implementation may load an arbitrary subset of the resources, may parallelize loading, in an arbitrary order informed by types and HTTP headers, or load some resources on-demand.
138+
Note that one value of this approach when compared to bundling resources for instance into Zip archives (or CAR files!)
139+
is that the resource map can contain an arbitrarily high number or volume of resources; an implementation may load an
140+
arbitrary subset of the resources, may parallelize loading, in an arbitrary order informed by types and HTTP headers,
141+
or load some resources on-demand.
139142
</p>
140143
<div class="flag">
141144
Specify a scheme and fetch rules properly.
@@ -186,7 +189,8 @@ <h3>HTTP Headers</h3>
186189
are specified, the meaning of HTTP fields is undefined.
187190
</p>
188191
<p>
189-
All HTTP headers, where specified, are lowercased.
192+
All HTTP headers, where specified, are lowercased. Implementations MUST ignore headers
193+
with a different casing.
190194
</p>
191195
<p>
192196
Supported headers:

0 commit comments

Comments
 (0)