aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[API][v1] Unify MIME types

Open banool opened this issue 2 years ago • 0 comments

Currently we use a mix of mime types for BCS:

  • application/x-bcs
  • application/x.aptos.signed_transaction+bcs
  • application/x.aptos.output+bcs

I think we should just cut over to using only the first one, I don't think it's necessary to signal more information with the content type.

banool avatar Jul 27 '22 20:07 banool