plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
446 stars 116 forks source link

fix: ensure content type strings match IANA registry #499

Closed hasheddan closed 10 months ago

hasheddan commented 10 months ago

Updates string representation of content-types to match the definitions in the IANA registry.

https://www.iana.org/assignments/core-parameters/core-parameters.xhtml#content-formats

Fixes #492