Skip to main content

encode_http_queue_request

Function encode_http_queue_request 

Source
pub fn encode_http_queue_request<T: Serialize>(
    encoding: EncodingKind,
    name: &str,
    body: &T,
    wait: bool,
    timeout: Option<u64>,
) -> Result<Vec<u8>>