nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

Msgpack #63

Closed Som-Som-CC closed 6 months ago

Som-Som-CC commented 6 months ago

MessagePack support added. See rationale at https://github.com/nokia/restful/issues/30

It is optional, activated on client side like client.MsgPack(true). It is considered experimental for the time being.