github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/pkg/plugins/transport/mimetype.go (about) 1 package transport // import "github.com/docker/docker/pkg/plugins/transport" 2 3 // VersionMimetype is the Content-Type the engine sends to plugins. 4 // 5 // For convenience, there is an alias in [github.com/docker/docker/pkg/plugins.VersionMimetype]. 6 const VersionMimetype = "application/vnd.docker.plugins.v1.2+json"