mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +00:00
begin header holder implementation with lazy parser by getters, add request::Mode, add common header_bytes helper
This commit is contained in:
parent
a12a73d311
commit
7c518cecf6
13 changed files with 267 additions and 151 deletions
4
src/client/connection/request/mode.rs
Normal file
4
src/client/connection/request/mode.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub enum Mode {
|
||||
Header,
|
||||
All,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue