scala-http4s.successResponsePart.mustache Maven / Gradle / Ivy
{{#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 - 2024 Weber Informatics LLC | Privacy Policy