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

Version Path
marnen-typhoeus-0.3.7 ext/typhoeus/typhoeus_form.h
marnen-typhoeus-0.3.6 ext/typhoeus/typhoeus_form.h
marnen-typhoeus-0.3.5 ext/typhoeus/typhoeus_form.h
marnen-typhoeus-0.3.4 ext/typhoeus/typhoeus_form.h
typhoeus-0.3.3 ext/typhoeus/typhoeus_form.h
typhoeus-0.3.2 ext/typhoeus/typhoeus_form.h
xenda-typhoeus-0.2.4 ext/typhoeus/typhoeus_form.h
typhoeus-0.2.4 ext/typhoeus/typhoeus_form.h
typhoeus-0.2.3 ext/typhoeus/typhoeus_form.h
typhoeus-0.2.2 ext/typhoeus/typhoeus_form.h
typhoeus-0.2.1 ext/typhoeus/typhoeus_form.h