|
vttp
An HTTP backed Virtual Table extension for SQLite
|
A simple HTTP client inspired by Web Fetch implementation for C. More...

Go to the source code of this file.
Classes | |
| struct | url |
| struct | dispatch |
| struct | fetch_state |
Functions | |
| void | url_free (struct url *url) |
| void | dispatch_free (struct dispatch *dispatch) |
| struct dispatch * | fetch_socket (const char *url, const char *init[4]) |
| int | use_fetch (int fds[4], struct dispatch *dispatch) |
| void * | fetcher (void *arg) |
A simple HTTP client inspired by Web Fetch implementation for C.