This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
MIME Type Extension Block #54
CryptoCopter
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@gh0st42 do you have any such mechanism in |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sounds good... Is the idea to follow the HTTP/1.1 RFC spec, using https://pkg.go.dev/mime that implements RFC 2046? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the standard, a bundle's payload is just a bunch of bytes, and it includes no mechanism to specify the payloads "file-format".
So I was thinking about creating an
ExtensionBlock
to basically serve the same use as the HTTPContent-Type
-header.Beta Was this translation helpful? Give feedback.
All reactions