Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Http Trailers


Simone (CC jetty-dev@xxxxxxxxxxx),

I've added support for HTTP/1.1 Trailers to HttpGenerator in the trailers branch.

I didn't go with the Trailers variant of MetaData, but instead added a getter/setter for a Supplier<HttpFields> to MetaData base class.  The presence of a supplier indicates that trailers may be provided and the supplier get method is called only once the trailers are actually needed during completion.

cheers


--

Back to the top