Skip to content

Commit 3ab8b19

Browse files
peacekeepermsporny
authored andcommitted
Reference RFC9110 which obsoletes RFC7230 and RFC7231.
1 parent fb3cfd2 commit 3ab8b19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -989,10 +989,10 @@ <h2>Terminology</h2>
989989
<dt><dfn data-lt="representations">representation</dfn></dt>
990990

991991
<dd>
992-
A concrete expression of a [=resource=], as defined by [[RFC7231]]: "information
992+
A concrete expression of a [=resource=], as defined by [[RFC9110]]: "information
993993
that is intended to reflect a past, current, or desired state of a given
994-
resource, in a format that can be readily communicated via the protocol, and
995-
that consists of a set of representation metadata and a potentially unbounded
994+
resource, in a format that can be readily communicated via the protocol. A
995+
representation consists of a set of representation metadata and a potentially unbounded
996996
stream of representation data." A [=DID document=] is a representation of
997997
information describing a [=DID subject=]. See <a href="#representations"></a>.
998998
</dd>
@@ -2632,7 +2632,7 @@ <h3>Media Type Precision</h3>
26322632
HTTP clients and servers use media types associated with [=DID documents=] in
26332633
`Accept:` headers and when indicating content types. Implementers are warned that
26342634
HTTP servers might ignore the `Accept:` header and return another content type, or
2635-
return an error code such as <a data-cite="RFC7231#status.415">`415
2635+
return an error code such as <a data-cite="RFC9110#status.415">`415
26362636
Unsupported Media Type`</a>.
26372637
</p>
26382638
</section>
@@ -2654,7 +2654,7 @@ <h1>Methods</h1>
26542654
Conceptually, the relationship between this specification and a [=DID
26552655
method=] specification is similar to the relationship between the IETF generic
26562656
[=URI=] specification [[?RFC3986]] and a specific [=URI=] scheme
2657-
[[?IANA-URI-SCHEMES]], such as the `http` scheme [[?RFC7230]]. In
2657+
[[?IANA-URI-SCHEMES]], such as the `http` scheme [[?RFC9110]]. In
26582658
addition to defining a specific [=DID scheme=], a [=DID method=]
26592659
specification also defines the mechanisms for creating, resolving, updating, and
26602660
deactivating [=DIDs=] and [=DID documents=] using a specific type of

0 commit comments

Comments
 (0)