wvlet.airframe.http.router
package wvlet.airframe.http.router
Members list
Type members
Classlikes
class RedirectToRxEndpoint(endpoint: RxHttpEndpoint) extends LogSupport
An Http endpoint definition for bypassing the request to the given endpoint
An Http endpoint definition for bypassing the request to the given endpoint
Attributes
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
case class RxRoute(filter: Option[FilterNode], controllerSurface: Surface, methodSurfaces: Seq[MethodSurface])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article