![]() |
Fun API Documentation 0.42.1
The programming language that makes you have fun!
|
Simple growable buffer for libcurl write callbacks. More...
Data Fields | |
| char * | d |
| size_t | n |
Simple growable buffer for libcurl write callbacks.
The buffer grows via realloc as more data arrives. The content is kept NUL-terminated for convenience so it can be treated as a C-string.
Usage pattern: