head
Defines a stub for an HTTP HEAD request with the specified request type and configuration block.
Return
A BuildingStep for further customization of the stub.
Parameters
Optional name for the stub.
The class used to deserialise the request payload (typically unused for HEAD).
Lambda to configure the request specification.
Defines a stub for a HEAD HTTP request with the specified configuration and request type.
Return
A BuildingStep for further stub setup.
Parameters
Stub configuration (name, removal behaviour, verbosity).
The class used to deserialise the request payload (typically unused for HEAD).
Lambda to configure the request specification.
Defines a stub for an HTTP HEAD request with a string request body.
Return
A building step for further customization of the HEAD request stub.
Parameters
Lambda to configure the request specification builder.