seanmonstar / reqwest

An easy and powerful Rust HTTP Client
https://docs.rs/reqwest
Apache License 2.0
9.83k stars 1.1k forks source link

Inspect certificate chain #634

Open crepererum opened 5 years ago

crepererum commented 5 years ago

I would be nice to have the following functionality added to the Response object:

hbobenicio commented 4 years ago

That would be really handy. I would like to get the servers certificates presented during handshake, whatever it failed the handshake or not (of course, only if the client correctly and securely parsed it)