Module Curl
In: ext/curb_easy.c
ext/curb_postfield.c

curb_postfield.c - Field class for POST method Copyright (c)2006 Ross Bamford. Licensed under the Ruby License. See LICENSE for details.

$Id: curb_postfield.c 30 2006-12-09 12:30:24Z roscopeco $

Classes and Modules

Class Curl::Easy
Class Curl::PostField

Constants

HTTP_1_1 = LONG2NUM(CURL_HTTP_VERSION_1_1)
HTTP_1_0 = LONG2NUM(CURL_HTTP_VERSION_1_0)
HTTP_NONE = LONG2NUM(CURL_HTTP_VERSION_NONE)

[Validate]