Packages

package rest

Since

06 Sep 2017

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. type RejectionHandler = akka.http.scaladsl.server.RejectionHandler
  6. trait RestAPI extends AnyRef

    Since

    28 Aug 2017

  7. trait RestAPIAuthentication [AuthenticationResult] extends AnyRef
    Annotations
    @SubjectToChange( "0.3.0" )
  8. type Route = (RequestContext) ⇒ Future[RouteResult]
  9. type RoutingSettings = akka.http.scaladsl.settings.RoutingSettings
  10. 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 RestAPI

    Since FailureMessages extends FailureMessage the marshaller for the superclass is being used, thus we no longer have the messages field in the resulting output.

    Since FailureMessages extends FailureMessage the marshaller for the superclass is being used, thus we no longer have the messages field in the resulting output.

    thats why we segrated the scopes of the imports with the RestAPI.failure and RestAPI.failures objects

  12. object RestAPIAuthentications
    Annotations
    @SubjectToChange( "0.3.0" )

Inherited from AnyRef

Inherited from Any

Ungrouped