Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#[derive(Debug)] for Request #101

Closed
phil-n opened this issue Apr 19, 2016 · 2 comments
Closed

#[derive(Debug)] for Request #101

phil-n opened this issue Apr 19, 2016 · 2 comments

Comments

@phil-n
Copy link

phil-n commented Apr 19, 2016

I just played with a REST API and had to fire up Wireshark in order to see what the request looked like in detail (including headers). It would be far easier to see whats going on if Debug was implemented for Request.

Otherwise, great crate!
Phil

@alexcrichton
Copy link
Owner

I've got an API rewrite in progress over at #105, and unfortunately this may be difficult to do so now as I don't think that libcurl exposes this kind of information. If it does though it should be pretty easy to add!

@alexcrichton
Copy link
Owner

Closing as this API has long since been removed (and Debug is implemented everywhere now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants