/* * call-seq: * easy.proxypwd = string => string * * Set the username/password string to use for proxy connection during * subsequent calls to +perform+. The supplied string should have the * form "username:password" */ static VALUE ruby_curl_easy_proxypwd_set(VALUE self, VALUE proxypwd) {