diff --git a/proxy/context.go b/proxy/context.go index 10f1690..0364ed2 100644 --- a/proxy/context.go +++ b/proxy/context.go @@ -31,7 +31,7 @@ type Context struct { destinationAddress string } -// RequestType HTTP or HTTPS +// RequestType HTTP or HTTPS. func (c Context) RequestType() string { return c.scheme }