mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 09:35:33 +00:00
remove unsupported modes, add comments
This commit is contained in:
parent
7c518cecf6
commit
0717e473b7
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
/// Request modes
|
||||
pub enum Mode {
|
||||
/// Request header bytes only, process content bytes manually
|
||||
/// * useful for manual content type handle: text, stream or large content loaded by chunks
|
||||
Header,
|
||||
All,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue