zubairhamed / canopus

CoAP Client/Server implementing RFC 7252 for the Go Language
Apache License 2.0
155 stars 41 forks source link

does coapServer support query_string-like uri? #103

Open AllenKd opened 5 years ago

AllenKd commented 5 years ago

according to the function: "CreateNewRegExRoute()", it seems like i cannot use uri such like server.Get("/query/string/{mac}?arg1={val} actually, i put info into msgPayload, but it's not standard REST usage that GET method contains payload, it's possible to support that?