UriPath

data class UriPath(val uri: String) : Message.Option

RFC 7252 5.10.1. Uri-Host, Uri-Port, Uri-Path, and Uri-Query

The Uri-Path and Uri-Query Option can contain any character sequence. No percent- encoding is performed. The value of a Uri-Path Option MUST NOT be "." or ".." (as the request URI must be resolved before parsing it into options).

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
val uri: String