decentralized-identity / decentralized-web-node

Decentralized data storage and message relay for decentralized identity and apps.
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
403 stars 78 forks source link

Update the Request Section #238

Open andorsk opened 1 year ago

andorsk commented 1 year ago

https://identity.foundation/decentralized-web-node/spec/#request-objects

andorsk commented 1 year ago

Note:

andorsk commented 1 year ago

https://identity.foundation/decentralized-web-node/spec/#messages This will update as well

thehenrytsai commented 1 year ago

On the server side: header: https://github.com/TBD54566975/dwn-server/blob/main/src/http-api.ts#L62 body: https://github.com/TBD54566975/dwn-server/blob/main/src/http-api.ts#LL82C13-L82C30

On the client side: https://github.com/TBD54566975/web5-js/blob/d1e2d1003a46542e7c06bfd90156a830933eeef0/packages/web5-user-agent/src/dwn-rpc-client.ts#L66