torrust-actix 4.1.2

A rich, fast and efficient Bittorrent Tracker.
1
2
3
4
5
6
use std::collections::HashMap;
use actix_web::HttpResponse;
use crate::common::common::QueryValues;

pub type HttpServiceQueryHashingMapOk = HashMap<String, QueryValues>;
pub type HttpServiceQueryHashingMapErr = HttpResponse;