diff options
| author | adnano <[email protected]> | 2020-09-24 01:45:26 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-24 01:45:26 -0400 |
| commit | ace66eceb0fd4e51c378bbbce1a3fd233cee55b3 (patch) | |
| tree | a7389e1a5282bc72c3411c3e70532b3cda61adca | |
| parent | Fix client example (diff) | |
| download | go-gemini-ace66eceb0fd4e51c378bbbce1a3fd233cee55b3.tar.xz go-gemini-ace66eceb0fd4e51c378bbbce1a3fd233cee55b3.zip | |
Provide Response with ConnectionState
| -rw-r--r-- | gemini.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -253,6 +253,7 @@ func (c *Client) Do(req *Request) (*Response, error) { Status: status, Meta: meta, Body: body, + TLS: conn.ConnectionState(), }, nil } |