The docs say that using http4k java is for non production only... but what about the client side only? Does it use a HttpUrlConnection and could this be used in production?
Just wondering about using http4k in an AWS lambda for invoking AWS service endpoints, and to keep the package size down it might be nice to avoid a big http library.
Anybody done that?