OptionalContent

public typealias OptionalContent = ResponseBodyWrapper<Body, OptionalContentStrategy>

A type alias for ResponseBodyWrapper with an optional content strategy.

The OptionalContent type alias provides a convenient way to use ResponseBodyWrapper with the OptionalContentStrategy. It represents the response body of a request where the content is optional.

Example usage:

@ResponseBody<Body>.OptionalContent var body: Body