Sha256: 58d9f5bc8861f648f30559e8bbf02a2d5e6db0fca750d1f4683e0e52af3394d0
Contents?: true
Size: 285 Bytes
Versions: 48
Compression:
Stored size: 285 Bytes
Contents
#ifndef TYPHOEUS_EASY #define TYPHOEUS_EASY #include <native.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
48 entries across 48 versions & 8 rubygems