mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
http protocol: improve doc comment for Request::from_http_get_path
This commit is contained in:
parent
ffc5dc5227
commit
1c4655e0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
/// Existing serde-url decode crates were insufficient, so the decision was
|
||||||
/// made to create a custom parser. serde_urlencoded doesn't support multiple
|
/// made to create a custom parser. serde_urlencoded doesn't support multiple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue