Sha256: 1e9cf887221c2b6bc5c0556fd3ac2a5aad1e2428d27b13d207e1964e5859414d
Contents?: true
Size: 192 Bytes
Versions: 11
Compression:
Stored size: 192 Bytes
Contents
#ifndef TYPHOEUS_FORM #define TYPHOEUS_FORM #include <native.h> typedef struct { struct curl_httppost *first; struct curl_httppost *last; } CurlForm; void init_typhoeus_form(); #endif
Version data entries
11 entries across 11 versions & 3 rubygems