mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
Implemented support in the generic HttpChannel and Request classes. Linked HTTP/1.1 and HTTP/2 trailers to call HttpChannel, so that trailers are now available in Servlet APIs by casting to Jetty's Request class. The semantic is that trailers will only be available _after_ reading the request content.