1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-29 16:31:18 +02:00

Provide Response with ConnectionState

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

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