Method: Curl::PostField#content_type=
- Defined in:
- ext/curb_postfield.c
#content_type=(content_type) ⇒ Object
Set the POST field Content-type for this PostField.
338 339 340 |
# File 'ext/curb_postfield.c', line 338 static VALUE ruby_curl_postfield_content_type_set(VALUE self, VALUE content_type) { CURB_OBJECT_SETTER(ruby_curl_postfield, content_type); } |