Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Http2ReadStream |
class | Http2WriteStream |
Properties | |
static ReadOnlySpan< byte > | StatusHeaderName [get] |
object | SyncObject [get] |
int | StreamId [get, private set] |
bool | SendRequestFinished [get] |
bool | ExpectResponseData [get] |
Http2Connection | Connection [get] |
Private Types | |
enum | ResponseProtocolState : byte { ExpectingStatus , ExpectingIgnoredHeaders , ExpectingHeaders , ExpectingData , ExpectingTrailingHeaders , Complete , Aborted } |
enum | StreamCompletionState : byte { InProgress , Completed , Failed } |
Static Private Member Functions | |
static | readonly (HeaderDescriptor descriptor, byte[] value)[] s_hpackStaticHeaderTable |
Static Private Attributes | |
static readonly int[] | s_hpackStaticStatusCodeTable = new int[7] { 200, 204, 206, 304, 400, 404, 500 } |
Definition at line 180 of file Http2Connection.cs.