ZIO HTTP Examples
This section aims to demonstrate the usage of key concepts and ideas in the ZIO HTTP library with examples.
📄️ Hello World
Simple Example
📄️ HTTP Client-Server
Client and Server Example
📄️ Https Client and Server
Client Example
📄️ Serving Static Files
Serving Static Files
📄️ HTML Templating
📄️ WebSocket Server & Client
This example shows how to create a WebSocket server using ZIO HTTP and how to write a client to connect to it.
📄️ Streaming
Streaming Request
📄️ Endpoint
📄️ Middleware CORS Handling
📄️ Authentication
Authentication Server Example
📄️ Graceful Shutdown
📄️ CLI
📄️ Concrete Entity
📄️ Multipart Form Data
Multipart Form Data Example