pip_services4_http library
Classes
- AboutOperations
- BasicAuthorizer
- CommandableHttpClient
- Abstract client that calls commandable HTTP service.
- CommandableHttpController
- Abstract controller that receives remove calls via HTTP/REST protocol to operations automatically generated for commands defined in ICommandable components. Each command is exposed as POST operation that receives all parameters in body object.
- CommandableSwaggerDocument
- DefaultHttpFactory
- Creates HTTP components by their descriptors.
- HeartbeatOperations
- HeartbeatRestController
- Controller returns heartbeat via HTTP/REST protocol.
- 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.
- ISwaggerController
- OwnerAuthorizer
- RestClient
- Abstract client that calls remove endpoints using HTTP/REST protocol.
- RestController
- Abstract controller that receives remove calls via HTTP/REST protocol.
- RestOperations
- RoleAuthorizer
- StatusOperations
- StatusRestController
- Controller that returns microservice status information via HTTP/REST protocol.
- TestCommandableHttpClient
- TestRestClient
- REST client used for automated testing.