Documentation
¶
Overview ¶
A custom implementation of HTTP request sender.
A custom implementation is required because fasthttp's one does not support streaming response bodies. So, if you start to use proxies to download gigabytes of data, you are going to have serious problems.
Index ¶
Constants ¶
View Source
const ( // BufferedReaderSize defines a size of buffer for reading from the // socket. BufferedReaderSize = 32 * 1024 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.