http protocol: improve doc comment for Request::from_http_get_path

This commit is contained in:
Joakim Frostegård 2022-08-01 14:38:07 +02:00
parent ffc5dc5227
commit 1c4655e0d7

View file

@ -275,7 +275,7 @@ impl Request {
}
}
/// Parse Request from http path (GET `/announce?info_hash=...`)
/// Parse Request from http GET path (`/announce?info_hash=...`)
///
/// Existing serde-url decode crates were insufficient, so the decision was
/// made to create a custom parser. serde_urlencoded doesn't support multiple