Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class HttpResponseBodyCodec[Resp] extends MessageCodec[HttpResponse[_]]

  2. class LogRotationHttpLogger extends HttpLogger

    Write access logs to a file with automatic log file rotation.

  3. case class RPCCallContext(rpcMethod: RPCMethod, rpcMethodSurface: MethodSurface, rpcArgs: Seq[Any]) extends Product with Serializable
  4. class RPCLoggingFilter extends RxHttpFilter with LogSupport

    Report HTTP/RPC request/response logs to the given logger

Value Members

  1. object HttpLogs

    Internal utilities for HTTP request/response logging

  2. object HttpMultiMapCodec extends MessageCodec[HttpMultiMap]

  3. object LocalRPCContext
  4. object RPCResponseFilter extends RxHttpFilter with LogSupport

    Add RPCStatus to the response header and embed the error message to the request body

Ungrouped