Package

wvlet.airframe

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class HttpMethod extends AnyRef

    Permalink
  2. trait HttpRequest extends AnyRef

    Permalink
  3. trait HttpResponse extends AnyRef

    Permalink
  4. case class RequestRoute(method: HttpMethod, path: String, methodSurface: ReflectMethodSurface) extends Product with Serializable

    Permalink
  5. case class RouteBuilder(routes: Seq[RequestRoute] = Seq.empty) extends Product with Serializable

    Permalink
  6. class Router extends AnyRef

    Permalink
  7. case class SimpleHttpRequest(method: HttpMethod, path: String, query: Map[String, String] = Map.empty, contentString: String = "") extends HttpRequest with Product with Serializable

    Permalink

Value Members

  1. object HttpMethod

    Permalink

Ungrouped