Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1buran/rHttp
/ types & classes
Types & classes
20 in github.com/1buran/rHttp
⨍
Functions
107
◇
Types & classes
20
↓ 1 callers
TypeAlias
StatusBarTickMsg
statusbar.go:42
Struct
Checkbox
A Checkbox, when it state has changed the [CheckboxUpdated] will be emitted, use Id to distinguish checkboxes.
checkbox.go:16
Struct
CheckboxUpdated
checkbox.go:23
Struct
Config
Config of rHtttp.
config.go:18
Struct
FileInput
fileinput.go:16
Struct
FileInputReader
fileinput.go:88
Struct
FileInputWriter
fileinput.go:95
Struct
KeyMap
keys.go:9
Struct
KeyStroke
Helper struct for linking together help and key bindings.
keys.go:98
Struct
OpenFileReadMsg
fileinput.go:23
Struct
OpenFileWriteMsg
fileinput.go:24
Struct
Request
Request reflects the [http.Request] params.
session.go:10
Struct
Response
Response reflects the [http.Response] data.
session.go:21
Struct
Session
Session reflect current state: some stats, request settings and last response (with data).
session.go:29
Struct
Settings
Settings: default checkbox state, full screen mode etc.
config.go:25
Struct
StatusBar
A status bar state.
statusbar.go:29
Struct
Theme
UI color settings.
config.go:32
Struct
Timer
Timer is a data container for some payload + time started.
main.go:739
Struct
model
The model is a state of app
main.go:208
Struct
testWriteCloser
Test WriteCloser which is mimic the io.WriteCloser, it saves all written data to local var.
session_test.go:14