Skip to content

zio tls http: high performance REST services with LDAP backend and ZIO Layers.

Oleg Strygun edited this page Mar 21, 2021 · 3 revisions

zio-tls-http natively supports ZIO Layers out of the box, you always have all the services from standard standard ZEnv available and it comes prepackaged with logging, universal connection pooling, and caching layers. Each of your zio-tls-http route will infer proper layer type automatically.

Let's see how we can utilize all the powers to create simple user profile retrieval service.

... TBD ...

Clone this wiki locally