Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsLoadingMsg ¶
type IsLoadingMsg bool
type ResponseModel ¶
type ResponseModel struct {
ResponseWidth int
ResponseHeight int
Result ResultMsg
IsLoading bool
Viewport viewport.Model
ViewportReady bool
Hovered bool
FocusedTab ResponseTab
ResponseTime string
}
func New ¶
func New() ResponseModel
func (ResponseModel) Init ¶
func (m ResponseModel) Init() tea.Cmd
func (ResponseModel) Update ¶
func (m ResponseModel) Update(msg tea.Msg) (ResponseModel, tea.Cmd)
func (ResponseModel) View ¶
func (m ResponseModel) View() string
type ResponseTab ¶
type ResponseTab int
const ( Body ResponseTab = iota Headers Cookies )
func (ResponseTab) String ¶
func (r ResponseTab) String() string
Click to show internal directories.
Click to hide internal directories.