Function default_rfc3161_request_async

Source
pub async fn default_rfc3161_request_async(
    url: &str,
    headers: Option<Vec<(String, String)>>,
    data: &[u8],
    message: &[u8],
) -> Result<Vec<u8>, TimeStampError>
Available on non-WebAssembly only.
Expand description

Request an RFC 3161 time stamp for a given piece of data from a timestamp provider.

If successful, responds with the raw bytestream of the response.