Package akka.javasdk.http
package akka.javasdk.http
HTTP Endpoint component and HTTP client.
-
ClassDescriptionOptional base class for HTTP endpoints giving access to a request context without additional constructor parametersNot for user extension, instances provided by
HttpClientProvider
and the testkit.Not for user extension, instances are available through injection in selected component types.Helper class for creating common HTTP responses.A builder for HTTP requests and handling of their responsesNot for user extension, can be injected as constructor parameter into HTTP endpoint components or accessible fromAbstractHttpEndpoint.requestContext()
if the endpoint class extends `AbstractHttpEndpoint`.A strict response that contains both the HTTP response and the body.