An H2Classifier that classifies responses/streams based on the
l5d-success-class header.
An H2Classifier that classifies responses/streams based on the
l5d-success-class header.
that this classifier is undefined for responses or streams lacking this header.
A filter that sets the ResponseClass generated by a com.twitter.finagle.buoyant.h2.service.H2Classifier into a header.
This is pretty much just a HTTP/2 version of the HTTP/1
ClassifierFilter, but because H2 classifiers must operate on both responses and response streams, it's significantly more complex.