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?
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?