mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +00:00
rename mode const
This commit is contained in:
parent
8feab6b93b
commit
161142c809
4 changed files with 6 additions and 6 deletions
|
|
@ -2,5 +2,5 @@
|
|||
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,
|
||||
HeaderOnly,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue