vttp
An HTTP backed Virtual Table extension for SQLite
Loading...
Searching...
No Matches
vapi.h
Go to the documentation of this file.
1
10#pragma once
11#include <stdio.h>
12
36FILE *fetch(const char *url, const char *init[4]);
Definition fetch.h:15
FILE * fetch(const char *url, const char *init[4])
send() HTTP Request over a TCP socket, wrapping the response socket over the returned FILE * stream.
Definition vapi.c:11