Status201

public typealias Status201 = ResponseBodyWrapper<Body, ValidateStatus201BodyStrategy>

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

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

Example usage:

@ResponseBody<Body>.Status201 var body: Body