NAME
Net::HTTP2::PartialResponse - Partial HTTP/2 Response
DESCRIPTION
This class represents a partial (i.e., in-progress) HTTP/2 response. It extends Net::HTTP2::Response with a control to cancel the request.
METHODS
OBJ->cancel()
Call this to cancel the in-progress request that OBJ represents.