dustin / go-coap

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

How to Handle URL Parametrs #42

Open drasko opened 7 years ago

drasko commented 7 years ago

What's the best way to reach and extract URL parameters in cases like /users/:user_id/message - how to get this user_id in the handler?

Will /users/:user_id/message and /users/:address/home call the same handler?