graviton.protocol.http

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class HttpApi(blobStore: BlobStore, dashboard: DatalakeDashboardService, metrics: Option[MetricsHttpApi] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class InternalHttpApi(token: String, legacyRepo: LegacyRepoHttpApi)

Internal-only HTTP surface.

Internal-only HTTP surface.

Rules:

  • Runs on a separate listener/port.
  • Guarded by an explicit internal token (or mTLS in production).
  • Default off in deployment wiring.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Minimal "internal-only" guardrail:

Minimal "internal-only" guardrail:

  • not meant for public clients
  • token check is explicit and easy to wire behind a separate listener

Prefer mTLS in real deployments; this is the v1 minimum for avoiding accidental exposure.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object JsonCodecs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JsonCodecs.type
final case class LegacyRepoHttpApi(repos: LegacyRepos, catalog: LegacyCatalog, fs: LegacyFs, metrics: Option[MetricsRegistry] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MetricsHttpApi(registry: MetricsRegistry)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class UploadNodeHttpClient

High level HTTP client for talking to upload nodes.

High level HTTP client for talking to upload nodes.

The client wraps the multipart lifecycle exposed by the node and provides helpers for single-shot uploads backed by streamed request bodies. All methods are effectful and express failures as UploadNodeHttpClient.Error to keep transport concerns separate from application failures.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class UploadResponse(key: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all