Status200
public typealias Status200 = ResponseBodyWrapper<Body, ValidateStatus200BodyStrategy>
A type alias for ResponseBodyWrapper
with a status code validation strategy for status code 200.
The Status200
type alias provides a convenient way to use ResponseBodyWrapper
with the ValidateStatus200BodyStrategy
.
It represents the response body of a request where the status code is expected to be 200.
Example usage:
@ResponseBody<Body>.Status200 var body: Body