Method: Curl::PostField#content_type

Defined in:
ext/curb_postfield.c

#content_typeObject

Get the POST field Content-type for this PostField.



348
349
350
# File 'ext/curb_postfield.c', line 348

static VALUE ruby_curl_postfield_content_type_get(VALUE self) {
  CURB_OBJECT_GETTER(ruby_curl_postfield, content_type);
}