httpexpect

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewURLWithBasicAuth added in v1.0.2

func NewURLWithBasicAuth(rawURL, basicAuth string) (*url.URL, error)

NewURLWithBasicAuth parses rawURL and adds user with basicAuth to it. If basicAuth is empty, it returns rawURL as is.

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

func (*Client) Request added in v1.0.2

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

func (*Client) Trace added in v1.0.3

func (c *Client) Trace(enabled bool)

type Response

type Response struct {
	*http.Response
	Body []byte
	// 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