Datastructure with HTTP stream buffer. More...

Data Fields | |
| char * | url |
| URL of current connection. | |
| CURL * | con |
| CURL 'easy' connection. | |
| CURLM * | conm |
| CURL 'multi' connection. | |
| char * | bufptr |
| Pointer to current read position in the buffer. | |
| char * | buflen |
| Pointer to where the buffer's contents end. | |
| char | buf [CURL_MAX_WRITE_SIZE] |
| Temporary buffer to store fetched data. | |
Datastructure with HTTP stream buffer.
Definition at line 44 of file vfs_http.c.
1.6.3