Package-level declarations
Request matching and recording. Use RequestSpecificationBuilder inside get { } / post { } blocks to match by path, headers, query parameters, and body.
Types
Base builder for matching part content type and content.
Configures request body matching inside RequestSpecificationBuilder.body.
Represents an HTTP request that has been captured and provides utilities to access the request's body and its string representation.
Configures matching for a multipart data part inside MultipartSpecBuilder.part.
Configures matching for a file part inside FormSpecBuilder.file.
Selects which HTML form encoding a BodySpecBuilder.form matcher accepts.
Configures form field and file-part matching for BodySpecBuilder.form.
Configures matching for non-form multipart bodies.
Immutable snapshot of an HTTP request for recording purposes.
Represents a specification for matching incoming HTTP requests based on defined criteria, such as HTTP method, request path, and request body.