package
2.6.0
Repository: https://github.com/plgd-dev/go-coap.git
Documentation: pkg.go.dev

# Functions

NormalizeURLPath replace repeated '/' characters with a single '/' character and remove ending '/'.
RandomURLString generates random URL path of length n.
RandomValidURLString generate URL path of length n where the delimiter '/' occurs at least every maxSegmentLen characters.