Function default_rfc3161_request

Source
pub fn default_rfc3161_request(
    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.