alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Missing debug_function in curl::easy::Easy2 #540

Open bangusi opened 6 months ago

bangusi commented 6 months ago

The documentation here https://docs.rs/curl/latest/curl/easy/struct.Easy2.html#method.verbose says ".. You can also use the debug_function method to get all protocol data sent and received."

But there is no debug_function to be found.

However, there is one for the curl::easy::Easy2 interface