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

scala-http4s-server.delegateCallGeneric.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{^authName}}
delegate.{{operationId}}.handle(req, {{#pathParams}}{{baseName}}, {{/pathParams}}{{#queryParams}}{{baseName}}, {{/queryParams}}responses)
{{/authName}}
{{#authName}}
delegate.{{operationId}}.handle_{{authName}}(auth, req, {{#pathParams}}{{baseName}}, {{/pathParams}}{{#queryParams}}{{baseName}}, {{/queryParams}}responses)
{{/authName}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy