package
http
Type Members
-
-
-
class
Endpoint extends Annotation with Annotation with ClassfileAnnotation
-
-
trait
HttpRequest[Req] extends AnyRef
-
-
trait
ResponseHandler[Req, Res] extends AnyRef
-
case class
Route(controllerSurface: Surface, method: HttpMethod, path: String, methodSurface: ReflectMethodSurface) extends LogSupport with Product with Serializable
-
class
Router extends AnyRef
-
case class
ServerAddress(host: String, port: Int, scheme: Option[String] = None) extends Product with Serializable
-
case class
SimpleHttpRequest(method: HttpMethod, path: String, query: Map[String, String] = Map.empty, contentString: String = "") extends HttpRequest[SimpleHttpRequest] with Product with Serializable
Value Members
-
object
Router extends LogSupport
-
-
-
def
httpDefaultDesign: Design
Inherited from AnyRef
Inherited from Any