dustin / go-coap

Implementation of CoAP in go.
MIT License
342 stars 103 forks source link

Added functions for working with URI Query #33

Closed kulak closed 5 years ago

kulak commented 8 years ago

This is mostly following pattern established in URIPath. It is a helper level code, but it results in easier to work with code at caller level.

dubek commented 8 years ago

@Kulak Thank you for your contribution. The query-string manipulation functions really look helpful.

Can you please add some tests (in message_test.go) that verify the expected behaviour of these new functions? This way we can be sure we won't break them during future changes to go-coap.