Buffers.this
- this(size_t _chunk_length, size_t _max_chunk, bool _use_secure_mem, bool _zeroize_on_free)
- this(size_t _chunk_length, size_t _max_chunk, size_t _offset, bool _use_secure_mem, bool _zeroize_on_free)
- this(size_t _chunk_length, size_t _max_chunk, size_t _chunk_keep, size_t _offset, bool _use_secure_mem, bool _zeroize_on_free)
- this(ubyte[] buf)
libhttp2 buffers Buffers
classesconstructorsdestructorsfunctionspropertiesvariables
This is the same as calling init3 with the given arguments and chunk_keep = max_chunk.