pub fn fetch_post_proto(
url: &str,
msg: &ProtoEncoder,
) -> Result<FetchResponse, i64>Expand description
HTTP POST with protobuf body (sets Content-Type: application/protobuf).
pub fn fetch_post_proto(
url: &str,
msg: &ProtoEncoder,
) -> Result<FetchResponse, i64>HTTP POST with protobuf body (sets Content-Type: application/protobuf).