Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandGlobals ¶
Types ¶
type HTTPMethod ¶
type HTTPMethod string
HTTPMethod provides a representation of an HTTP method that supports terminal formatting
func (HTTPMethod) Color ¶
func (m HTTPMethod) Color() string
func (HTTPMethod) String ¶
func (m HTTPMethod) String() string
type HTTPStatus ¶
type HTTPStatus int
HTTPStatus provides a representation of an HTTP status code that supports terminal formatting
func (HTTPStatus) Code ¶
func (s HTTPStatus) Code() int
func (HTTPStatus) Color ¶
func (s HTTPStatus) Color() string
func (HTTPStatus) Message ¶
func (s HTTPStatus) Message() string
func (HTTPStatus) String ¶
func (s HTTPStatus) String() string
Click to show internal directories.
Click to hide internal directories.