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

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