- body(String) - Method in interface kong.unirest.Expectation
-
A expected body for a request
- body(BodyMatcher) - Method in interface kong.unirest.Expectation
-
A matcher for the body for a request
- bodyFields(String) - Method in class kong.unirest.Matchers
-
Creates a FieldMatcher expecting a map of keys and values
use like: FieldMatcher.of("fruit", "orange", "quantity" "42")
- BodyMatcher - Interface in kong.unirest
-
Body Matchers can be used to evaluate a entity body.
- BodySummary - Interface in kong.unirest
-