Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicGet ¶
func BasicGet( httpURL, method, authType, bearerToken, basicAuthUsername, basicAuthPassword string, isCommand bool, headersCount int, headersForm *tview.Form, ) (string, string, string, error)
BasicGet sends a simple GET request to the url with any potential parameters like `Tokens` or `Basic Auth`
func BasicRequestWithBody ¶
func BasicRequestWithBody( httpURL, method, contentType, reqBody, authType, baererToken, basicAuthUsername, basicAuthPassword string, isCommand bool, headersCount int, headersForm *tview.Form, ) (string, string, string, error)
BasicRequestWithBody sends put|patch|post|delete requests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.