
scala-http4s.successResponsePart.mustache Maven / Gradle / Ivy
The newest version!
{{#dataType}}case r if r.status.code == {{code}} => parseJson[F, {{>operationReturnType}}]("{{>operationReturnType}}", r){{/dataType}}{{^dataType}}case r if r.status.code == {{code}} => Concurrent[F].pure(()){{/dataType}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy