pub async fn get_server_resource(
proxy: Data<Arc<Mutex<SSEProxy>>>,
path: Path<(String, String)>,
) -> Result<impl Responder>Expand description
Get a specific resource from a server
This handler retrieves a specific resource from a server.
ยงReturns
The resource content with appropriate content type