zio / zio-http

A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers
https://zio.dev/zio-http
Apache License 2.0
800 stars 403 forks source link

Add concept docs and update various outdated docs #3108

Closed 987Nabil closed 2 months ago

987Nabil commented 2 months ago

2198 mentions

  • Concepts
    • Routing
    • Request Handling
    • Server
    • Client
    • Middleware
    • Endpoint

I did not add Client, Server and Request Handling. I tried to stick to the idea of http4k and only put high level information in this section. Just as little code as possible. I don't see how to add something meaningful or useful to the docs, when I would try to add Server/Client, as they have already a very good detailed description. And I am not sure what is the idea behind Request Handling.

@jdegoes I am happy to add concept docs, if you tell me what the goal of them should be.