Constant malwaredb_api::DOWNLOAD_SAMPLE
source ยท pub const DOWNLOAD_SAMPLE: &str = "/v1/samples/download";
Expand description
API endpoint for downloading a sample, GET. The hash value goes at the end of the URL. For example: /v1/samples/download/aabbccddeeff0011223344556677889900 Response is raw bytes of the file, or HTTP 404 if not found