A damn simple library for building production-ready RESTful web services.
-
Updated
Sep 6, 2020 - Java
Add a description, image, and links to the dropwizard topic page so that developers can more easily learn about it.
To associate your repository with the dropwizard topic, visit your repo's landing page and select "manage topics."
I see that
x-server-raw-responseis available to expose the underlying to users, allowing deeper customization of response.I was wondering if it's possible to expose a similar interface for request as well? So that we can utilize some predefined functions by
akka-http. For example,extractClientIP.Not a huge deal and is blocking anything, since we can simply replicate all these funct