proxygen
proxygen::HTTPTransaction::Chunk Struct Reference

Public Member Functions

 Chunk (size_t inLength)
 

Public Attributes

size_t length
 
bool headerSent
 

Detailed Description

Definition at line 1391 of file HTTPTransaction.h.

Constructor & Destructor Documentation

proxygen::HTTPTransaction::Chunk::Chunk ( size_t  inLength)
inlineexplicit

Definition at line 1392 of file HTTPTransaction.h.

Member Data Documentation

bool proxygen::HTTPTransaction::Chunk::headerSent

Definition at line 1394 of file HTTPTransaction.h.

Referenced by proxygen::HTTPTransaction::sendDeferredBody().

size_t proxygen::HTTPTransaction::Chunk::length

Definition at line 1393 of file HTTPTransaction.h.

Referenced by proxygen::HTTPTransaction::sendDeferredBody().


The documentation for this struct was generated from the following file: