httpexpect

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(t *testing.T, baseURL string, rt http.RoundTripper) *Client

func (*Client) GET

func (c *Client) GET(path string, opts ...func(*http.Request)) *Response

func (*Client) HEAD

func (c *Client) HEAD(path string, opts ...func(*http.Request)) *Response

type Response

type Response struct {
	*http.Response
	// contains filtered or unexported fields
}

func (*Response) ExpectBodyContent

func (r *Response) ExpectBodyContent(content string) *Response

func (*Response) ExpectBodySize

func (r *Response) ExpectBodySize(expectedSize int) *Response

func (*Response) ExpectHeader

func (r *Response) ExpectHeader(key, value string) *Response

func (*Response) ExpectStatus

func (r *Response) ExpectStatus(status int) *Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL