Provide Response with ConnectionState

This commit is contained in:
adnano 2020-09-24 01:45:26 -04:00
parent fde295cb25
commit ace66eceb0

View File

@ -253,6 +253,7 @@ func (c *Client) Do(req *Request) (*Response, error) {
Status: status,
Meta: meta,
Body: body,
TLS: conn.ConnectionState(),
}, nil
}