Package akka.javasdk.http


package akka.javasdk.http
HTTP Endpoint component and HTTP client.
  • Class
    Description
    Optional base class for HTTP endpoints providing convenient access to request context.
    HTTP client for making outbound HTTP requests to other services.
    Provider for HTTP clients to interact with other services over HTTP.
    Factory class for creating HTTP exceptions that result in specific HTTP error responses.
    Factory class for creating common HTTP responses in endpoint methods.
    Interface for accessing HTTP query parameters with type-safe getters.
    A builder for HTTP requests and handling of their responses
    Context information available during HTTP endpoint request processing.
    A strict response that contains both the HTTP response and the body.