@Immutable
public interface MkQuery
Mock HTTP query/request.
- Since:
- 0.10
-
Method Summary
byte[]
HTTP request body as byte array.
HTTP request body as String.
-
Method Details
-
-
method
HTTP method.
- Returns:
- Method
-
-
body
HTTP request body as String.
- Returns:
- Body
-
binary
byte[] binary()
HTTP request body as byte array.
- Returns:
- Body
- Since:
- 1.13