Skip to content

Commit

Permalink
DAG-CBOR
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Aug 18, 2023
1 parent fa01bc9 commit 28f6057
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- [CAR Mirror]
- [CARv1]
- [CBOR]
- [DAG-CBOR]
- [HTTP/2]
- [IPLD Schema]

Expand Down Expand Up @@ -42,7 +42,7 @@ Since multiple CID roots MAY be requested at once, this information is instead l

## 2.2 Client Pull Request

The request MUST be serialized as [CBOR].
The request MUST be serialized as [DAG-CBOR].

```ipldsch
type PullRequest struct {
Expand Down Expand Up @@ -97,7 +97,7 @@ All DAG roots SHOULD be included in the CAR header. There MUST be at least one r

## 3.3 Server Push Response

The response MUST be serialized as [CBOR].
The response MUST be serialized as [DAG-CBOR].

```ipldsch
type PushResponse struct {
Expand All @@ -119,7 +119,7 @@ Status codes are [as defined in RFC2616 §10][RFC2616 #10], with no additional s
[Brooklyn Zelenka]: https://github.com/expede
[CAR Mirror]: https://github.com/wnfs-wg/car-mirror
[CARv1]: https://ipld.io/specs/transport/car/carv1/
[CBOR]: https://cbor.io/
[DAG-CBOR]: https://ipld.io/specs/codecs/dag-cbor/spec/
[Fission]: https://fission.codes
[HTTP/2]: https://datatracker.ietf.org/doc/html/rfc7540
[IPLD Schema]: https://ipld.io/docs/schemas/
Expand Down

0 comments on commit 28f6057

Please sign in to comment.