Crate goose_eggs[][src]

Expand description

Goose Eggs are helpful in writing Goose load tests.

Structs

Used to validate that headers are included in the server response.

Define one or more items to be validated in a web page response.

Functions

Returns a bool indicating whether or not a header was set in the server Response.

Extract and load all local static elements from the the provided html.

Returns a bool indicating whether or not a header contains an expected value.

Returns a bool indicating whether or not an arbitrary str (case sensitive) is found within the html.

Returns a bool indicating whether or not the title (case insensitive) is found within the html.

Validate the HTML response then extract and load all static elements on the page.