forked from samcamwilliams/HyperBEAM
-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(HTTP Messaging) : Implement RFC 9421 HTTP Signed Messages as core message format #13
Comments
TillaTheHun0
added a commit
that referenced
this issue
Nov 25, 2024
…, derive_component, and api #13
TillaTheHun0
added a commit
that referenced
this issue
Nov 25, 2024
…, derive_component, and api #13
TillaTheHun0
added a commit
that referenced
this issue
Dec 5, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 9, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 10, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 16, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 16, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 16, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 19, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 19, 2024
TillaTheHun0
added a commit
that referenced
this issue
Dec 19, 2024
TillaTheHun0
added a commit
that referenced
this issue
Jan 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, HyperBEAM is using ANS-104 arBundles and Bundle Maps to simulate HTTP Messages, this implementation requires a lot of serialization and deserialization to support the nested mappings of the bundles of messages. Using HTTP Messages and HTTP Multi-Part data formats we can reduce the need to serialize and deserialize dataItems(messages) within a bundle.
The text was updated successfully, but these errors were encountered: