You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.