Function json_rpc_server::http_get_ret_string
source ยท pub async fn http_get_ret_string(
url: &str,
body: &[u8],
headers: Option<&[(&'static str, String)]>,
) -> Result<(StatusCode, String)>
pub async fn http_get_ret_string(
url: &str,
body: &[u8],
headers: Option<&[(&'static str, String)]>,
) -> Result<(StatusCode, String)>