Package akka.javasdk.http


package akka.javasdk.http
HTTP Endpoint component and HTTP client.
  • Class
    Description
    Optional base class for HTTP endpoints giving access to a request context without additional constructor parameters
    Not 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 responses
    Not for user extension, can be injected as constructor parameter into HTTP endpoint components or accessible from AbstractHttpEndpoint.requestContext() if the endpoint class extends `AbstractHttpEndpoint`.
    A strict response that contains both the HTTP response and the body.