zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Move all major end-user facing parts of the API to zio.http

Open jdegoes opened this issue 2 years ago • 0 comments

What is not easy to do right now?

The part of the API that a user should invest time in learning is not easy to discover, with some important websocket abstractions being located in the socket package (for example).

Describe the solution you'd like

Relocate all major end-user facing parts of the API to the zio.http package.

Why is it important?

It will improve discoverability of the API, and improve similarity to ZIO, which tries to expose all major parts under import zio._.

jdegoes avatar Sep 12 '22 17:09 jdegoes