Interfaces
IRegisterable
Interface to perform on-demand registrations.
ISwaggerController
Interface to perform Swagger registrations.
Classes
AboutOperations
Obtains information about running controllers
CommandableHttpController
Abstract controller 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 controllers 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 controller.
HeartbeatRestController
Controller that returns heartbeat via HTTP/REST protocol.
The controller responds on /heartbeat route (can be changed) with a string with the current time in UTC.
This controller 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 controller 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 controllers operations.
RestController
Abstract controller that receives remove calls via HTTP/REST protocol.
StatusOperations
Handles status requests for REST operations.
StatusRestController
Controller that returns microservice status information via HTTP/REST protocol.