TsgcHTTP2ResponseProperty
This object is received as an argument OnHTTP2Response event, it allows
to know the response sent by the server to the client.
Properties
- Headers: contains a list of raw headers received
from server.
- Data:
contains the raw body sent by the server as response to request.
- DataString:
is the conversion to string of Data.
- DataUTF8:
is the conversion to UTF8 string of Data.
- PushPromise:
if assigned, contains the PushPromise object sent by the server to
client (means that this response object has not been requested by
client).