mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update comment
This commit is contained in:
parent
97d941cf82
commit
66ffd6fae9
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ impl Nex {
|
||||||
let request = format!(
|
let request = format!(
|
||||||
"{}{}{}",
|
"{}{}{}",
|
||||||
uri.path(),
|
uri.path(),
|
||||||
// @TODO
|
// @TODO unspecified request part implementation,
|
||||||
// unspecified request part implementation:
|
// allows access to files whose filenames contain `?` or `#` characters:
|
||||||
// gemini://bbs.geminispace.org/s/nex/32478
|
// gemini://bbs.geminispace.org/s/nex/32478
|
||||||
uri.query().map(|q| format!("?{q}")).unwrap_or_default(),
|
uri.query().map(|q| format!("?{q}")).unwrap_or_default(),
|
||||||
uri.fragment().map(|f| format!("#{f}")).unwrap_or_default()
|
uri.fragment().map(|f| format!("#{f}")).unwrap_or_default()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue