Is there any (un)official Gob MIME Type, such as application/x-gob
? The official documentation never mentions any MIME type.
I am not sure if I should use the same approach as Protobuf, which stopped using specific types in favour of the generic application/octet-stream
(see Protobuffer uses octet-stream as its default content type)