diff --git a/transport/httprp/server.go b/transport/httprp/server.go index 636e223..d34e22b 100644 --- a/transport/httprp/server.go +++ b/transport/httprp/server.go @@ -13,7 +13,7 @@ // endpoint. type RequestFunc func(context.Context, *http.Request) context.Context -// Server wraps an endpoint and implements http.Handler. +// Server is a proxying request handler. type Server struct { ctx context.Context proxy http.Handler