ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Some missing easy options: CURLOPT_USERNAME, CURLOPT_PASSWORD #26

Closed nojb closed 7 years ago

nojb commented 7 years ago

ocurl supports CURLOPT_USERPWD, but it does not support usernames with colons.

nojb commented 7 years ago

Thanks!