How to get all path parameters with their values
I am using net/http
package in Go 1.22. As it natively supports path parameters, I was looking for a way to get all the key value pairs there are in the URL.
Golang 1.22: How to get all path parameters with their values
I am using net/http package in golang 1.22. As it natively supports path parameters, I was looking for a way to get all the key value pairs there are in the URL.