export interface NetworkOptions {
    maxResourceBufferSize?: number;
    maxTotalBufferSize?: number;
    maxPostDataSize?: number;
}
