Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove operation type related assertions #767

Merged
merged 1 commit into from
May 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2443,20 +2443,7 @@ <h3>Forms</h3>
</span></p>
<p>The operation type identifies the semantics of
the operation. Operation types are denoted similar
to link relation types:</p>
<ul>
<li>
<span class="rfc2119-assertion" id="arch-op-extension-uri">
Extension operation types MUST be URIs [[!RFC3986]] that uniquely identify the type.
</span>
<span class="rfc2119-assertion" id="arch-op-extension-comparison">
Extension operation types MUST be compared as strings using a case-insensitive comparison.
</span>
<span class="rfc2119-assertion" id="arch-op-extension-lowercase">
Nevertheless, all-lowercase URIs SHOULD be used for extension operation types.
</span>
</li>
</ul>
to link relation types</p>
<p>
<span class="rfc2119-assertion" id="arch-op-request-method">
The request method MUST identify one method of
Expand Down