diff --git a/api.go b/api.go index a50f3cb1..a49a9314 100644 --- a/api.go +++ b/api.go @@ -67,8 +67,10 @@ type Context interface { // Context returns the underlying request context. Context() context.Context + // TLS / SSL connection information. TLS() *tls.ConnectionState + // Version of the HTTP protocol as text and integers. Version() ProtoVersion // Method returns the HTTP method for the request.