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 ContentType = akka.http.scaladsl.model.ContentType
  2. type Directives = akka.http.scaladsl.server.Directives
  3. type ExceptionHandler = akka.http.scaladsl.server.ExceptionHandler
  4. type HttpEntity = akka.http.scaladsl.model.HttpEntity
  5. type HttpRequest = akka.http.scaladsl.model.HttpRequest
  6. type HttpResponse = akka.http.scaladsl.model.HttpResponse
  7. trait JsonRestAPITest extends RestAPITest with JsonRequestRunners with JsonRestAPIRequestBuildingSugar with JsonSupport

    Since

    19 Oct 2017

  8. type ParserSettings = akka.http.scaladsl.settings.ParserSettings
  9. type RejectionHandler = akka.http.scaladsl.server.RejectionHandler
  10. type Route = (RequestContext) ⇒ Future[RouteResult]
  11. type RoutingSettings = akka.http.scaladsl.settings.RoutingSettings
  12. type StatusCode = akka.http.scaladsl.model.StatusCode

Value Members

  1. val ContentType: akka.http.scaladsl.model.ContentType.type
  2. val ContentTypes: akka.http.scaladsl.model.ContentTypes.type
  3. val Directives: akka.http.scaladsl.server.Directives.type
  4. val ExceptionHandler: akka.http.scaladsl.server.ExceptionHandler.type
  5. val Http: akka.http.scaladsl.Http.type
  6. val HttpEntity: akka.http.scaladsl.model.HttpEntity.type
  7. val HttpRequest: akka.http.scaladsl.model.HttpRequest.type
  8. val HttpResponse: akka.http.scaladsl.model.HttpResponse.type
  9. val ParserSettings: akka.http.scaladsl.settings.ParserSettings.type
  10. val RejectionHandler: akka.http.scaladsl.server.RejectionHandler.type
  11. val Route: akka.http.scaladsl.server.Route.type
  12. val RoutingSettings: akka.http.scaladsl.settings.RoutingSettings.type
  13. val StatusCode: akka.http.scaladsl.model.StatusCode.type
  14. val StatusCodes: akka.http.scaladsl.model.StatusCodes.type

Inherited from AnyRef

Inherited from Any

Ungrouped