Status303

public typealias Status303 = ResponseBodyWrapper<Body, ValidateStatus303BodyStrategy>

A type alias for ResponseBodyWrapper with a status code validation strategy for status code 303.

The Status303 type alias provides a convenient way to use ResponseBodyWrapper with the ValidateStatus303BodyStrategy. It represents the response body of a request where the status code is expected to be 303.

Example usage:

@ResponseBody<Body>.Status303 var body: Body