wvlet.airframe.http.internal
package wvlet.airframe.http.internal
Members list
Type members
Classlikes
object HttpLogs extends LogSupport
Internal utilities for HTTP request/response logging
Internal utilities for HTTP request/response logging
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
HttpLogs.type
object HttpMultiMapCodec extends MessageCodec[HttpMultiMap]
Attributes
- Supertypes
-
trait MessageCodec[HttpMultiMap]trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
HttpMultiMapCodec.type
class HttpResponseBodyCodec[Resp] extends MessageCodec[HttpResponse[_]]
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
class RPCResponseFilter(httpLogger: HttpLogger) extends RxHttpFilter, LogSupport
A filter for managing RPC status header, logs, and errors. Exception messages will be embedded to the response body.
A filter for managing RPC status header, logs, and errors. Exception messages will be embedded to the response body.
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializabletrait RxHttpFiltertrait HttpFilterTypeclass Objecttrait Matchableclass AnyShow all
In this article