cloud-property-graph icon indicating copy to clipboard operation
cloud-property-graph copied to clipboard

Naming of HttpEndpoints and RequestHandlers is confusing

Open immqu opened this issue 4 years ago • 0 comments

Currently, a HttpRequestHandler has a list of HttpEndpoints which in turn has a FunctionDeclaration called “handler”. It might be better to rename the “HttpRequestHandler”, e.g. to “HttpEndpointGroup” or “HttpService”.

immqu avatar Sep 29 '21 09:09 immqu