Sha256: 03936a4bfdb50370779e6bb0aa8e6ec2986e705e0297eb7fb21354dfeb38624e
Contents?: true
Size: 312 Bytes
Versions: 11
Compression:
Stored size: 312 Bytes
Contents
#ifndef TYPHOEUS_EASY #define TYPHOEUS_EASY #include <native.h> #include <typhoeus_form.h> void init_typhoeus_easy(); typedef struct { const char *memory; int size; int read; } RequestChunk; typedef struct { RequestChunk *request_chunk; CURL *curl; struct curl_slist *headers; } CurlEasy; #endif
Version data entries
11 entries across 11 versions & 3 rubygems