mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
Introduced Request.Content with a reactive model to provide request content. Introduced RequestContentAdapter to wrap ContentProviders into Request.Content. Updated implementation to use the reactive model rather than the old pull model. Reimplemented all ContentProviders in terms of Request.Content. Converted most of the tests from ContentProvider to Request.Content. Updated proxy servlets and documentation. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>