All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-http4s.successResponsePart.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy