mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
||||
/// made to create a custom parser. serde_urlencoded doesn't support multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue