Type Alias rmoods_backend::reddit::request::RequestParts

source ยท
pub type RequestParts = (String, Vec<(&'static str, String)>);
Expand description

The parts of an HTTP request: URL and query parameters.