Interfaces
IRegisterable
Interface to perform on-demand registrations.
ISwaggerController
Interface to perform Swagger registrations.
Classes
AboutOperations
Obtains information about running services
CommandableHttpController
Abstract service that receives remote calls via HTTP protocol to operations automatically generated for commands defined in ICommandable. Each command is exposed as a POST operation that receives all parameters in body object.
Commandable services require only three lines of code to implement a robust external HTTP-based remote interface.
CommandableSwaggerDocument
Generates Swagger code that describes created REST API methods and their parameters.
HeartbeatOperations
Handles the operations of a heartbeat service.
HeartbeatRestController
Service returns heartbeat via HTTP/REST protocol.
The service responds on /heartbeat route (can be changed) with a string with the current time in UTC.
This service route can be used to perform health checks by loadbalancers and container orchestrators.
HttpEndpoint
Used for creating HTTP endpoints. An endpoint is a URL, at which a given service can be accessed by a client.
HttpRequestDetector
Helper class that retrieves parameters from HTTP requests.
HttpResponseSender
Helper class that handles HTTP-based responses.
RestOperations
Handles REST services operations.
RestController
Abstract service that receives remove calls via HTTP/REST protocol.
[RestQueryParams}(rest_query_params)
SSLCherryPyServer
StatusOperations
Handles status requests for REST operations.
StatusRestController
Service that returns microservice status information via HTTP/REST protocol.