ReadResourceRequest
data class ReadResourceRequest(val uri: String, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, WithMeta(source)
Sent from the client to the server to read a specific resource URI.
Sent from the client to the server to read a specific resource URI.