Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2021 Changes in this version + func SetTableCell(title string, width int, color tcell.Color, selectable bool) *tview.TableCell + type Gui struct + App *tview.Application + BodyTable *table + HTTPTextView *httpTestView + NavTextView *navigate + Pages *tview.Pages + ParamsTable *table + ResTextView *resTestView + UrlField *urlField + func New() *Gui + func (g *Gui) GetRequestUrl() string + func (g *Gui) HttpRequest(url string) *http.Response + func (g *Gui) Modal(p tview.Primitive, width, height int) tview.Primitive + func (g *Gui) NewHTTPListModal() + func (g *Gui) NewInputModal(table *table) + func (g *Gui) ParseResponse(resp *http.Response) string + func (g *Gui) Run(i interface{}) error + func (g *Gui) ToBodyTable() + func (g *Gui) ToFocus() + func (g *Gui) ToHTTPFieldFocus() + func (g *Gui) ToParamsTableFocus() + func (g *Gui) ToResTextField() + func (g *Gui) ToUrlFieldFocus() + type Param struct + Key string + Value string + type Params []Param + func (p Params) ToBodyParams() string + func (p Params) ToQueryString() string