You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-ietf-httpapi-link-hint.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Likewise, the information in a link hint is specific to the link it is attached
89
89
* Content Model: Inner List of Strings
90
90
* Specification: \[this document]
91
91
92
-
Content MUST be a Inner List of Strings, containing HTTP methods ({{Section 9 of HTTP}}).
92
+
Content MUST be an Inner List of Strings, containing HTTP methods ({{Section 9 of HTTP}}).
93
93
94
94
## formats
95
95
@@ -98,7 +98,7 @@ Content MUST be a Inner List of Strings, containing HTTP methods ({{Section 9 of
98
98
* Content Model: Inner List of Strings
99
99
* Specification: \[this document]
100
100
101
-
Content MUST be a Inner List of Strings, containing media types ({{Section 8.3.1 of HTTP}}).
101
+
Content MUST be an Inner List of Strings, containing media types ({{Section 8.3.1 of HTTP}}).
102
102
103
103
## accept-post
104
104
@@ -107,7 +107,7 @@ Content MUST be a Inner List of Strings, containing media types ({{Section 8.3.1
107
107
* Content Model: Inner List of Strings
108
108
* Specification: \[this document]
109
109
110
-
Content MUST be a Inner List of Strings, with the same constraints as for "formats".
110
+
Content MUST be an Inner List of Strings, with the same constraints as for "formats".
111
111
112
112
When this hint is present, "POST" SHOULD be listed in the "allow" hint when present.
113
113
@@ -141,7 +141,7 @@ When this hint is present, "QUERY" SHOLD be listed in the "allow" hint, when it
141
141
* Content Model: Inner List of Strings
142
142
* Specification: \[this document]
143
143
144
-
Content MUST be a Inner List of Strings, containing HTTP ranges-specifiers ({{Section 14.1.1 of HTTP}}).
144
+
Content MUST be an Inner List of Strings, containing HTTP ranges-specifiers ({{Section 14.1.1 of HTTP}}).
145
145
146
146
## accept-prefer
147
147
@@ -150,7 +150,7 @@ Content MUST be a Inner List of Strings, containing HTTP ranges-specifiers ({{Se
150
150
* Content Model: Inner List of Strings
151
151
* Specification: \[this document]
152
152
153
-
Content MUST be a Inner List of Strings, containing preferences ({{Section 2 of RFC7240}}). Note that, by its nature, a preference can be ignored by the server.
153
+
Content MUST be an Inner List of Strings, containing preferences ({{Section 2 of RFC7240}}). Note that, by its nature, a preference can be ignored by the server.
154
154
155
155
## precondition-req
156
156
@@ -159,7 +159,7 @@ Content MUST be a Inner List of Strings, containing preferences ({{Section 2 of
159
159
* Content Model: Inner List of Strings
160
160
* Specification: \[this document]
161
161
162
-
Content MUST be a Inner List of Strings, with possible values "etag" and "last-modified" indicating type of precondition expected.
162
+
Content MUST be an Inner List of Strings, with possible values "etag" and "last-modified" indicating type of precondition expected.
163
163
164
164
See also the 428 Precondition Required status code ({{!RFC6585}}).
165
165
@@ -170,7 +170,7 @@ See also the 428 Precondition Required status code ({{!RFC6585}}).
170
170
* Content Model: Inner List of Strings
171
171
* Specification: \[this document]
172
172
173
-
Content MUST be a Inner List of Strings, each corresponding to a HTTP authentication scheme ({{Section 11.1 of HTTP}}).
173
+
Content MUST be an Inner List of Strings, each corresponding to a HTTP authentication scheme ({{Section 11.1 of HTTP}}).
0 commit comments