plgd-dev / go-coap

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

Include whitespace between semicolon and encoding #484

Closed hasheddan closed 11 months ago

hasheddan commented 11 months ago

Updates the text/plain media type string to use a space between the semicolon and the encoding. While this is not strictly required, it more closely aligns with the media types in the content format registry.

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

jkralik commented 11 months ago

Thx for contribution :)