Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestComponent ¶
type RequestComponent struct { Container *tview.Flex UrlComponent *tview.InputField NameComponent *tview.InputField HeadersComponent *tview.TextArea BodyComponent *tview.TextArea }
func CreateRequest ¶
func CreateRequest() *RequestComponent
Create a flex container with row alignment to put request option components
type RequestsListComponent ¶
func CreateRequestsList ¶
func CreateRequestsList() *RequestsListComponent
Create a flex container with row alignment to put requests list
func (*RequestsListComponent) AddItem ¶
func (rl *RequestsListComponent) AddItem(r *Request, cb func())
AddItem a new request into requests list
type ResponseComponent ¶
func CreateResponse ¶
func CreateResponse() *ResponseComponent
Create a flex container with row alignment to put response data
Click to show internal directories.
Click to hide internal directories.