LLDB mainline
|
Sent from the client to the server, to read a specific resource URI. More...
#include <Protocol.h>
Public Attributes | |
std::string | uri |
The URI of the resource to read. |
Sent from the client to the server, to read a specific resource URI.
Definition at line 151 of file Protocol.h.
std::string lldb_protocol::mcp::ReadResourceParams::uri |
The URI of the resource to read.
The URI can use any protocol; it is up to the server how to interpret it.
Definition at line 154 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_protocol::mcp::Server::ResourcesReadHandler(), and lldb_protocol::mcp::toJSON().