Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qustavo/httplab
/ types & classes
Types & classes
15 in github.com/qustavo/httplab
⨍
Functions
114
◇
Types & classes
15
↓ 1 callers
TypeAlias
BodyMode
BodyMode represent the current Body mode
response.go:18
FuncType
ActionFn
ActionFn is binded to a key combination
ui/bindings.go:12
Struct
Body
Body is our response body content, that will either reference an local file or a runtime-supplied []byte.
response.go:39
TypeAlias
Cursors
Cursors stores the cursor position for a specific view this is used to restore mouse position when click is detected.
ui/ui.go:59
Struct
Response
Response is the the preconfigured HTTP response that will be returned to the client.
response.go:97
Struct
ResponsesList
ResponsesList holds the multiple configured responses.
response.go:227
Struct
Split
Split simplifies the layout definition.
ui/split.go:6
Struct
UI
UI represent the state of the ui.
ui/ui.go:85
TypeAlias
alias
response.go:106
Struct
binding
ui/bindings.go:14
TypeAlias
bindings
ui/bindings.go:22
Struct
cmdArgs
cmd/httplab/main.go:65
Struct
editor
ui/editor.go:9
Struct
motionEditor
ui/editor.go:54
Struct
numberEditor
ui/editor.go:73