<@U6P03BM0W> Yes. The fact the HttpHandler is sync...
# http4k
s
@dave08 Yes. The fact the HttpHandler is synchronous does not preclude effective resource utilisation and multithreading (provided by the server container). We have http4k microservices handling 10s of millions of request a day and doing exactly that (calling other microservices/dbs etc).