Packages

package rest

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Directives = akka.http.scaladsl.server.Directives
  2. type ExceptionHandler = akka.http.scaladsl.server.ExceptionHandler
  3. type HttpRequest = akka.http.scaladsl.model.HttpRequest
  4. type HttpResponse = akka.http.scaladsl.model.HttpResponse
  5. trait JsonRestAPI extends RestAPI with JsonSupport

    Simply provides a JSON implementation for everything abstract in RestAPI.

    Simply provides a JSON implementation for everything abstract in RestAPI. It is ready to use as is

    Since

    19 Oct 2017

  6. type RejectionHandler = akka.http.scaladsl.server.RejectionHandler
  7. type Route = (RequestContext) ⇒ Future[RouteResult]
  8. type RoutingSettings = akka.http.scaladsl.settings.RoutingSettings
  9. type StatusCode = akka.http.scaladsl.model.StatusCode

Value Members

  1. val Directives: akka.http.scaladsl.server.Directives.type
  2. val ExceptionHandler: akka.http.scaladsl.server.ExceptionHandler.type
  3. val Http: akka.http.scaladsl.Http.type
  4. val HttpRequest: akka.http.scaladsl.model.HttpRequest.type
  5. val HttpResponse: akka.http.scaladsl.model.HttpResponse.type
  6. val RejectionHandler: akka.http.scaladsl.server.RejectionHandler.type
  7. val Route: akka.http.scaladsl.server.Route.type
  8. val RoutingSettings: akka.http.scaladsl.settings.RoutingSettings.type
  9. val StatusCode: akka.http.scaladsl.model.StatusCode.type
  10. val StatusCodes: akka.http.scaladsl.model.StatusCodes.type
  11. object jsonrest

    Since

    06 Sep 2017

Inherited from AnyRef

Inherited from Any

Ungrouped