Documentation
¶
Overview ¶
Package testutil contains internal test utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestValues ¶
func Get ¶
func Get(url string) *RequestValues
func NewRequest ¶
func NewRequest(method, url string, body io.Reader) *RequestValues
func PostJSON ¶
func PostJSON(url string, body any) *RequestValues
func (*RequestValues) Header ¶
func (req *RequestValues) Header(key, value string) *RequestValues
Click to show internal directories.
Click to hide internal directories.