cloud-property-graph
cloud-property-graph copied to clipboard
Naming of HttpEndpoints and RequestHandlers is confusing
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”.