withCodec method
Implementation
List<ApiEndpoint> withCodec(ApiCodec codec) {
return wrap(
(h) => (r) async => codec.encode(await h(r.change(codec: codec))));
}
List<ApiEndpoint> withCodec(ApiCodec codec) {
return wrap(
(h) => (r) async => codec.encode(await h(r.change(codec: codec))));
}