vttp
An HTTP backed Virtual Table extension for SQLite
Loading...
Searching...
No Matches
Classes | Functions
fetch.h File Reference

A simple HTTP client inspired by Web Fetch implementation for C. More...

#include "pyc.h"
#include <openssl/types.h>
#include <stdbool.h>
#include <stdio.h>
Include dependency graph for fetch.h:

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 dispatchfetch_socket (const char *url, const char *init[4])
 
int use_fetch (int fds[4], struct dispatch *dispatch)
 
void * fetcher (void *arg)
 

Detailed Description

A simple HTTP client inspired by Web Fetch implementation for C.